Html Css Color HEX #B290FF Biloba Flower

📋 copy color: '#B290FF'

red 178 ◦ green 144 ◦ blue 255

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

Shades of Biloba Flower #B290FF

Tints of Biloba Flower #B290FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 30.85%
G = 24.96%
B = 44.19%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B290FF (or 0xB290FF) is known color: Biloba Flower. HEX triplet: B2, 90 and FF. RGB value is (178,144,255). Sum of RGB (Red+Green+Blue) = 178+144+255=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #B290FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290FF is #4D6F00. Grayscale: #A6A6A6. Windows color (decimal): -5074689 or 16748722. OLE color: 16748722.

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

Color convert

RGB 178 144 255 -
CMYK 0.30 0.44 0 0
HSL 258.38º 1% 0.78% -
HSV(B) 258.38º 0.44% 1% -
XYZ 46.38 36.63 99.23 -
YUV 166.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 178 144 255 0.30 0.44 0 0 258.38 1 0.78
Hex B2 90 FF 1E 2C 0 0 102 64 4E
Octal 262 220 377 36 54 0 0 402 144 116
Binary 10110010 10010000 11111111 11110 101100 0 0 100000010 1100100 1001110

Color Harmonies of #B290FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290FF

Black with #B290FF

Text Example


Text Example

White with #B290FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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