#B884CD

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

Shades of East Side #B884CD

Tints of East Side #B884CD

Color information

#B884CD (or 0xB884CD) is unknown color: approx East Side. HEX triplet: B8, 84 and CD. RGB value is (184,132,205). Sum of RGB (Red+Green+Blue) = 184+132+205=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #B884CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884CD is #477B32. Grayscale: #9B9B9B. Windows color (decimal): -4684595 or 13468856. OLE color: 13468856.

HSL color Cylindrical-coordinate representation of color #B884CD: hue angle of 282.74º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B884CD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184132205-
CMYK0.100.3600.20
HSL282.74º42.2%66.08%-
HSV(B)282.74º35.61%80.39%-
XYZ39.0431.161.7-
YUV155.87155.73148.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=35.32%
G=25.34%
B=39.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841322050.100.3600.20282.7442.266.08
HexB884CDA2401411b2a42
Octal270204315124402443352102
Binary10111000100001001100110110101001000101001000110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884CD; }

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

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

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

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

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

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

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

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