Html Css Color HEX #B09BDB Biloba Flower

📋 copy color: '#B09BDB'

red 176 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #B09BDB

Tints of Biloba Flower #B09BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 32%
G = 28.18%
B = 39.82%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B09BDB (or 0xB09BDB) is known color: Biloba Flower. HEX triplet: B0, 9B and DB. RGB value is (176,155,219). Sum of RGB (Red+Green+Blue) = 176+155+219=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B09BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BDB is #4F6424. Grayscale: #A8A8A8. Windows color (decimal): -5202981 or 14392240. OLE color: 14392240.

HSL color Cylindrical-coordinate representation of color #B09BDB: hue angle of 259.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09BDB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 155 219 -
CMYK 0.20 0.29 0 0.14
HSL 259.69º 0.47% 0.73% -
HSV(B) 259.69º 0.29% 0.86% -
XYZ 42.41 37.79 72.08 -
YUV 168.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 176 155 219 0.20 0.29 0 0.14 259.69 0.47 0.73
Hex B0 9B DB 14 1D 0 E 104 2F 49
Octal 260 233 333 24 35 0 16 404 57 111
Binary 10110000 10011011 11011011 10100 11101 0 1110 100000100 101111 1001001

Color Harmonies of #B09BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BDB

Black with #B09BDB

Text Example


Text Example

White with #B09BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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