Html Css Color HEX #B88CDD Biloba Flower

📋 copy color: '#B88CDD'

red 184 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #B88CDD

Tints of Biloba Flower #B88CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 33.76%
G = 25.69%
B = 40.55%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B88CDD (or 0xB88CDD) is known color: Biloba Flower. HEX triplet: B8, 8C and DD. RGB value is (184,140,221). Sum of RGB (Red+Green+Blue) = 184+140+221=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B88CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CDD is #477322. Grayscale: #A2A2A2. Windows color (decimal): -4682531 or 14519480. OLE color: 14519480.

HSL color Cylindrical-coordinate representation of color #B88CDD: hue angle of 272.59º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B88CDD is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 140 221 -
CMYK 0.17 0.37 0 0.13
HSL 272.59º 0.54% 0.71% -
HSV(B) 272.59º 0.37% 0.87% -
XYZ 42.2 34.17 72.78 -
YUV 162.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 184 140 221 0.17 0.37 0 0.13 272.59 0.54 0.71
Hex B8 8C DD 11 25 0 D 111 36 47
Octal 270 214 335 21 45 0 15 421 66 107
Binary 10111000 10001100 11011101 10001 100101 0 1101 100010001 110110 1000111

Color Harmonies of #B88CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CDD

Black with #B88CDD

Text Example


Text Example

White with #B88CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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