Html Css Color HEX #B09FDA Biloba Flower

📋 copy color: '#B09FDA'

red 176 ◦ green 159 ◦ blue 218

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

Shades of Biloba Flower #B09FDA

Tints of Biloba Flower #B09FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.75%

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 31.83%
G = 28.75%
B = 39.42%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B09FDA (or 0xB09FDA) is known color: Biloba Flower. HEX triplet: B0, 9F and DA. RGB value is (176,159,218). Sum of RGB (Red+Green+Blue) = 176+159+218=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #B09FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FDA is #4F6025. Grayscale: #AAAAAA. Windows color (decimal): -5201958 or 14327728. OLE color: 14327728.

HSL color Cylindrical-coordinate representation of color #B09FDA: hue angle of 257.29º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09FDA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 159 218 -
CMYK 0.19 0.27 0 0.15
HSL 257.29º 0.44% 0.74% -
HSV(B) 257.29º 0.27% 0.85% -
XYZ 42.96 39.09 71.61 -
YUV 170.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 176 159 218 0.19 0.27 0 0.15 257.29 0.44 0.74
Hex B0 9F DA 13 1B 0 F 101 2C 4A
Octal 260 237 332 23 33 0 17 401 54 112
Binary 10110000 10011111 11011010 10011 11011 0 1111 100000001 101100 1001010

Color Harmonies of #B09FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FDA

Black with #B09FDA

Text Example


Text Example

White with #B09FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FDA; }

 p { color: rgb(176,159,218); }

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

background-color css

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

 a { background-color: rgb(176,159,218); }

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

border-color css

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

 span { border-color: rgb(176,159,218); }

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