#B88BDD

Color #B88BDD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B88BDD

Tints of Biloba Flower #B88BDD

Color information

#B88BDD (or 0xB88BDD) is unknown color: approx Biloba Flower. HEX triplet: B8, 8B and DD. RGB value is (184,139,221). Sum of RGB (Red+Green+Blue) = 184+139+221=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B88BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BDD is #477422. Grayscale: #A1A1A1. Windows color (decimal): -4682787 or 14519224. OLE color: 14519224.

HSL color Cylindrical-coordinate representation of color #B88BDD: hue angle of 272.93º degrees, saturation: 0.55, 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 #B88BDD is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184139221-
CMYK0.170.3700.13
HSL272.93º54.67%70.59%-
HSV(B)272.93º37.1%86.67%-
XYZ42.0533.8872.73-
YUV161.8161.41143.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=33.82%
G=25.55%
B=40.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841392210.170.3700.13272.9354.6770.59
HexB88BDD11250D1113747
Octal270213335214501542167107
Binary10111000100010111101110110001100101011011000100011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BDD; }

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

 H1.HeaderClassName
 {
   color: #B88BDD;
 }
 .AnyTagClassName
 {
   color: #B88BDD;
 }
</style>
background-color css

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

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

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

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

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

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