Html Css Color HEX #B09ADF Biloba Flower

📋 copy color: '#B09ADF'

red 176 ◦ green 154 ◦ blue 223

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

Shades of Biloba Flower #B09ADF

Tints of Biloba Flower #B09ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 31.83%
G = 27.85%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09ADF (or 0xB09ADF) is known color: Biloba Flower. HEX triplet: B0, 9A and DF. RGB value is (176,154,223). Sum of RGB (Red+Green+Blue) = 176+154+223=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #B09ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ADF is #4F6520. Grayscale: #A8A8A8. Windows color (decimal): -5203233 or 14654128. OLE color: 14654128.

HSL color Cylindrical-coordinate representation of color #B09ADF: hue angle of 259.13º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B09ADF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 154 223 -
CMYK 0.21 0.31 0 0.13
HSL 259.13º 0.52% 0.74% -
HSV(B) 259.13º 0.31% 0.87% -
XYZ 42.78 37.67 74.83 -
YUV 168.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 176 154 223 0.21 0.31 0 0.13 259.13 0.52 0.74
Hex B0 9A DF 15 1F 0 D 103 34 4A
Octal 260 232 337 25 37 0 15 403 64 112
Binary 10110000 10011010 11011111 10101 11111 0 1101 100000011 110100 1001010

Color Harmonies of #B09ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ADF

Black with #B09ADF

Text Example


Text Example

White with #B09ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ADF; }

 p { color: rgb(176,154,223); }

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

background-color css

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

 a { background-color: rgb(176,154,223); }

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

border-color css

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

 span { border-color: rgb(176,154,223); }

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