#B881DD

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

Shades of Biloba Flower #B881DD

Tints of Biloba Flower #B881DD

Color information

#B881DD (or 0xB881DD) is unknown color: approx Biloba Flower. HEX triplet: B8, 81 and DD. RGB value is (184,129,221). Sum of RGB (Red+Green+Blue) = 184+129+221=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #B881DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881DD is #477E22. Grayscale: #9B9B9B. Windows color (decimal): -4685347 or 14516664. OLE color: 14516664.

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

Color convert

RGB184129221-
CMYK0.170.4200.13
HSL275.87º57.5%68.63%-
HSV(B)275.87º41.63%86.67%-
XYZ40.6731.1172.27-
YUV155.93164.72148.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=34.46%
G=24.16%
B=41.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841292210.170.4200.13275.8757.568.63
HexB881DD112A0D1143a45
Octal270201335215201542472105
Binary10111000100000011101110110001101010011011000101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881DD; }

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

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

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

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

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

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

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

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