Html Css Color HEX #B09EFF Biloba Flower

📋 copy color: '#B09EFF'

red 176 ◦ green 158 ◦ blue 255

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

Shades of Biloba Flower #B09EFF

Tints of Biloba Flower #B09EFF

RGB

 RED value IS 176 (69.14% from 255) = 29.88%

 GREEN value IS 158 (62.11% from 255) = 26.83%

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

R = 29.88%
G = 26.83%
B = 43.29%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B09EFF (or 0xB09EFF) is known color: Biloba Flower. HEX triplet: B0, 9E and FF. RGB value is (176,158,255). Sum of RGB (Red+Green+Blue) = 176+158+255=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #B09EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EFF is #4F6100. Grayscale: #AEAEAE. Windows color (decimal): -5202177 or 16752304. OLE color: 16752304.

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

Color convert

RGB 176 158 255 -
CMYK 0.31 0.38 0 0
HSL 251.13º 1% 0.81% -
HSV(B) 251.13º 0.38% 1% -
XYZ 48.18 40.9 99.96 -
YUV 174.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 176 158 255 0.31 0.38 0 0 251.13 1 0.81
Hex B0 9E FF 1F 26 0 0 FB 64 51
Octal 260 236 377 37 46 0 0 373 144 121
Binary 10110000 10011110 11111111 11111 100110 0 0 11111011 1100100 1010001

Color Harmonies of #B09EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EFF

Black with #B09EFF

Text Example


Text Example

White with #B09EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EFF; }

 p { color: rgb(176,158,255); }

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

background-color css

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

 a { background-color: rgb(176,158,255); }

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

border-color css

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

 span { border-color: rgb(176,158,255); }

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