#B884CA

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

Shades of East Side #B884CA

Tints of East Side #B884CA

Color information

#B884CA (or 0xB884CA) is unknown color: approx East Side. HEX triplet: B8, 84 and CA. RGB value is (184,132,202). Sum of RGB (Red+Green+Blue) = 184+132+202=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #B884CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884CA is #477B35. Grayscale: #9B9B9B. Windows color (decimal): -4684598 or 13272248. OLE color: 13272248.

HSL color Cylindrical-coordinate representation of color #B884CA: hue angle of 284.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B884CA is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184132202-
CMYK0.090.3500.21
HSL284.57º39.77%65.49%-
HSV(B)284.57º34.65%79.22%-
XYZ38.6830.9659.81-
YUV155.53154.23148.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=35.52%
G=25.48%
B=39.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841322020.090.3500.21284.5739.7765.49
HexB884CA92301511d2841
Octal270204312114302543550101
Binary10111000100001001100101010011000110101011000111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884CA; }

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

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

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

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

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

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

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

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