Html Css Color HEX #B290FE Biloba Flower

📋 copy color: '#B290FE'

red 178 ◦ green 144 ◦ blue 254

#B290FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B290FE

Tints of Biloba Flower #B290FE

RGB

 RED value IS 178 (69.92% from 255) = 30.9%

 GREEN value IS 144 (56.64% from 255) = 25%

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 30.9%
G = 25%
B = 44.1%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B290FE (or 0xB290FE) is known color: Biloba Flower. HEX triplet: B2, 90 and FE. RGB value is (178,144,254). Sum of RGB (Red+Green+Blue) = 178+144+254=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #B290FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290FE is #4D6F01. Grayscale: #A6A6A6. Windows color (decimal): -5074690 or 16683186. OLE color: 16683186.

HSL color Cylindrical-coordinate representation of color #B290FE: hue angle of 258.55º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B290FE is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 144 254 -
CMYK 0.30 0.43 0 0.00
HSL 258.55º 0.98% 0.78% -
HSV(B) 258.55º 0.43% 1% -
XYZ 46.22 36.57 98.39 -
YUV 166.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 178 144 254 0.30 0.43 0 0.00 258.55 0.98 0.78
Hex B2 90 FE 1E 2B 0 0 103 62 4E
Octal 262 220 376 36 53 0 0 403 142 116
Binary 10110010 10010000 11111110 11110 101011 0 0 100000011 1100010 1001110

Color Harmonies of #B290FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290FE

Black with #B290FE

Text Example


Text Example

White with #B290FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290FE; }

 p { color: rgb(178,144,254); }

 H1.HeaderClassName
 {
   color: #B290FE;
 }
 .AnyTagClassName
 {
   color: #B290FE;
 }
</style>

background-color css

<style>
 a { background-color: #B290FE; }

 a { background-color: rgb(178,144,254); }

 div.DivClassName
 {
   background-color: #B290FE;
 }
 .BgClassName
 {
   background-color: #B290FE;
 }
</style>

border-color css

<style>
 span { border-color: #B290FE; }

 span { border-color: rgb(178,144,254); }

 td.TdClassName
 {
   border-color: #B290FE;
 }
 .TagClassName
 {
   border-color: #B290FE;
 }
</style>