#B882CA

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

Shades of East Side #B882CA

Tints of East Side #B882CA

Color information

#B882CA (or 0xB882CA) is unknown color: approx East Side. HEX triplet: B8, 82 and CA. RGB value is (184,130,202). Sum of RGB (Red+Green+Blue) = 184+130+202=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #B882CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882CA is #477D35. Grayscale: #9A9A9A. Windows color (decimal): -4685110 or 13271736. OLE color: 13271736.

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

Color convert

RGB184130202-
CMYK0.090.3600.21
HSL285º40.45%65.1%-
HSV(B)285º35.64%79.22%-
XYZ38.4130.4259.72-
YUV154.35154.89149.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=35.66%
G=25.19%
B=39.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841302020.090.3600.2128540.4565.1
HexB882CA92401511d2841
Octal270202312114402543550101
Binary10111000100000101100101010011001000101011000111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882CA; }

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

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

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

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

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

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

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

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