Html Css Color HEX #B09EEA Biloba Flower

📋 copy color: '#B09EEA'

red 176 ◦ green 158 ◦ blue 234

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

Shades of Biloba Flower #B09EEA

Tints of Biloba Flower #B09EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 30.99%
G = 27.82%
B = 41.2%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B09EEA (or 0xB09EEA) is known color: Biloba Flower. HEX triplet: B0, 9E and EA. RGB value is (176,158,234). Sum of RGB (Red+Green+Blue) = 176+158+234=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B09EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EEA is #4F6115. Grayscale: #ABABAB. Windows color (decimal): -5202198 or 15376048. OLE color: 15376048.

HSL color Cylindrical-coordinate representation of color #B09EEA: hue angle of 254.21º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09EEA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 158 234 -
CMYK 0.25 0.32 0 0.08
HSL 254.21º 0.64% 0.77% -
HSV(B) 254.21º 0.32% 0.92% -
XYZ 44.98 39.62 83.12 -
YUV 172.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 176 158 234 0.25 0.32 0 0.08 254.21 0.64 0.77
Hex B0 9E EA 19 20 0 8 FE 40 4D
Octal 260 236 352 31 40 0 10 376 100 115
Binary 10110000 10011110 11101010 11001 100000 0 1000 11111110 1000000 1001101

Color Harmonies of #B09EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EEA

Black with #B09EEA

Text Example


Text Example

White with #B09EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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