Html Css Color HEX #B88CDB Biloba Flower

📋 copy color: '#B88CDB'

red 184 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #B88CDB

Tints of Biloba Flower #B88CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.78%

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

R = 33.89%
G = 25.78%
B = 40.33%

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

#B88CDB (or 0xB88CDB) is known color: Biloba Flower. HEX triplet: B8, 8C and DB. RGB value is (184,140,219). Sum of RGB (Red+Green+Blue) = 184+140+219=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B88CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CDB is #477324. Grayscale: #A1A1A1. Windows color (decimal): -4682533 or 14388408. OLE color: 14388408.

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

Color convert

RGB 184 140 219 -
CMYK 0.16 0.36 0 0.14
HSL 273.42º 0.52% 0.7% -
HSV(B) 273.42º 0.36% 0.86% -
XYZ 41.93 34.06 71.38 -
YUV 162.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 184 140 219 0.16 0.36 0 0.14 273.42 0.52 0.7
Hex B8 8C DB 10 24 0 E 111 34 46
Octal 270 214 333 20 44 0 16 421 64 106
Binary 10111000 10001100 11011011 10000 100100 0 1110 100010001 110100 1000110

Color Harmonies of #B88CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CDB

Black with #B88CDB

Text Example


Text Example

White with #B88CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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