Html Css Color HEX #B09BDF Biloba Flower

📋 copy color: '#B09BDF'

red 176 ◦ green 155 ◦ blue 223

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

Shades of Biloba Flower #B09BDF

Tints of Biloba Flower #B09BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.98%

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

R = 31.77%
G = 27.98%
B = 40.25%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09BDF (or 0xB09BDF) is known color: Biloba Flower. HEX triplet: B0, 9B and DF. RGB value is (176,155,223). Sum of RGB (Red+Green+Blue) = 176+155+223=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #B09BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BDF is #4F6420. Grayscale: #A8A8A8. Windows color (decimal): -5202977 or 14654384. OLE color: 14654384.

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

Color convert

RGB 176 155 223 -
CMYK 0.21 0.30 0 0.13
HSL 258.53º 0.52% 0.74% -
HSV(B) 258.53º 0.3% 0.87% -
XYZ 42.95 38 74.88 -
YUV 169.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 176 155 223 0.21 0.30 0 0.13 258.53 0.52 0.74
Hex B0 9B DF 15 1E 0 D 103 34 4A
Octal 260 233 337 25 36 0 15 403 64 112
Binary 10110000 10011011 11011111 10101 11110 0 1101 100000011 110100 1001010

Color Harmonies of #B09BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BDF

Black with #B09BDF

Text Example


Text Example

White with #B09BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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