Html Css Color HEX #B88DDB Biloba Flower

📋 copy color: '#B88DDB'

red 184 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #B88DDB

Tints of Biloba Flower #B88DDB

RGB

 RED value IS 184 (72.27% from 255) = 33.82%

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

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

R = 33.82%
G = 25.92%
B = 40.26%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B88DDB (or 0xB88DDB) is known color: Biloba Flower. HEX triplet: B8, 8D and DB. RGB value is (184,141,219). Sum of RGB (Red+Green+Blue) = 184+141+219=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #B88DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DDB is #477224. Grayscale: #A2A2A2. Windows color (decimal): -4682277 or 14388664. OLE color: 14388664.

HSL color Cylindrical-coordinate representation of color #B88DDB: hue angle of 273.08º 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 #B88DDB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 141 219 -
CMYK 0.16 0.36 0 0.14
HSL 273.08º 0.52% 0.71% -
HSV(B) 273.08º 0.36% 0.86% -
XYZ 42.08 34.35 71.43 -
YUV 162.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 184 141 219 0.16 0.36 0 0.14 273.08 0.52 0.71
Hex B8 8D DB 10 24 0 E 111 34 47
Octal 270 215 333 20 44 0 16 421 64 107
Binary 10111000 10001101 11011011 10000 100100 0 1110 100010001 110100 1000111

Color Harmonies of #B88DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DDB

Black with #B88DDB

Text Example


Text Example

White with #B88DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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