#B881BD

Color #B881BD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B881BD

Tints of East Side #B881BD

Color information

#B881BD (or 0xB881BD) is unknown color: approx East Side. HEX triplet: B8, 81 and BD. RGB value is (184,129,189). Sum of RGB (Red+Green+Blue) = 184+129+189=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #B881BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881BD is #477E42. Grayscale: #989898. Windows color (decimal): -4685379 or 12419512. OLE color: 12419512.

HSL color Cylindrical-coordinate representation of color #B881BD: hue angle of 295º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B881BD is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184129189-
CMYK0.030.3200.26
HSL295º31.25%62.35%-
HSV(B)295º31.75%74.12%-
XYZ36.829.5651.91-
YUV152.28148.72150.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=36.65%
G=25.70%
B=37.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841291890.030.3200.2629531.2562.35
HexB881BD32001A1271f3e
Octal2702012753400324473776
Binary1011100010000001101111011110000001101010010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881BD; }

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

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

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

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

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

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

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

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