#B884D1

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

Shades of East Side #B884D1

Tints of East Side #B884D1

Color information

#B884D1 (or 0xB884D1) is unknown color: approx East Side. HEX triplet: B8, 84 and D1. RGB value is (184,132,209). Sum of RGB (Red+Green+Blue) = 184+132+209=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #B884D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884D1 is #477B2E. Grayscale: #9C9C9C. Windows color (decimal): -4684591 or 13731000. OLE color: 13731000.

HSL color Cylindrical-coordinate representation of color #B884D1: hue angle of 280.52º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B884D1 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184132209-
CMYK0.120.3700.18
HSL280.52º45.56%66.86%-
HSV(B)280.52º36.84%81.96%-
XYZ39.5331.364.28-
YUV156.33157.73147.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=35.05%
G=25.14%
B=39.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841322090.120.3700.18280.5245.5666.86
HexB884D1C250121192e43
Octal270204321144502243156103
Binary10111000100001001101000111001001010100101000110011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884D1; }

 p { color: rgb(184,132,209); }

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

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

 a { background-color: rgb(184,132,209); }

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

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

 span { border-color: rgb(184,132,209); }

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