Html Css Color HEX #B08DDB Biloba Flower

📋 copy color: '#B08DDB'

red 176 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #B08DDB

Tints of Biloba Flower #B08DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

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

R = 32.84%
G = 26.31%
B = 40.86%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B08DDB (or 0xB08DDB) is known color: Biloba Flower. HEX triplet: B0, 8D and DB. RGB value is (176,141,219). Sum of RGB (Red+Green+Blue) = 176+141+219=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B08DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DDB is #4F7224. Grayscale: #A0A0A0. Windows color (decimal): -5206565 or 14388656. OLE color: 14388656.

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

Color convert

RGB 176 141 219 -
CMYK 0.20 0.36 0 0.14
HSL 266.92º 0.52% 0.71% -
HSV(B) 266.92º 0.36% 0.86% -
XYZ 40.22 33.39 71.34 -
YUV 160.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 176 141 219 0.20 0.36 0 0.14 266.92 0.52 0.71
Hex B0 8D DB 14 24 0 E 10B 34 47
Octal 260 215 333 24 44 0 16 413 64 107
Binary 10110000 10001101 11011011 10100 100100 0 1110 100001011 110100 1000111

Color Harmonies of #B08DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DDB

Black with #B08DDB

Text Example


Text Example

White with #B08DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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