Html Css Color HEX #B09EFB Biloba Flower

📋 copy color: '#B09EFB'

red 176 ◦ green 158 ◦ blue 251

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

Shades of Biloba Flower #B09EFB

Tints of Biloba Flower #B09EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 30.09%
G = 27.01%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B09EFB (or 0xB09EFB) is known color: Biloba Flower. HEX triplet: B0, 9E and FB. RGB value is (176,158,251). Sum of RGB (Red+Green+Blue) = 176+158+251=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #B09EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EFB is #4F6104. Grayscale: #ADADAD. Windows color (decimal): -5202181 or 16490160. OLE color: 16490160.

HSL color Cylindrical-coordinate representation of color #B09EFB: hue angle of 251.61º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B09EFB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 158 251 -
CMYK 0.30 0.37 0 0.02
HSL 251.61º 0.92% 0.8% -
HSV(B) 251.61º 0.37% 0.98% -
XYZ 47.54 40.65 96.61 -
YUV 173.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 176 158 251 0.30 0.37 0 0.02 251.61 0.92 0.8
Hex B0 9E FB 1E 25 0 2 FC 5C 50
Octal 260 236 373 36 45 0 2 374 134 120
Binary 10110000 10011110 11111011 11110 100101 0 10 11111100 1011100 1010000

Color Harmonies of #B09EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EFB

Black with #B09EFB

Text Example


Text Example

White with #B09EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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