#B57CCA

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

Shades of East Side #B57CCA

Tints of East Side #B57CCA

Color information

#B57CCA (or 0xB57CCA) is unknown color: approx East Side. HEX triplet: B5, 7C and CA. RGB value is (181,124,202). Sum of RGB (Red+Green+Blue) = 181+124+202=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #B57CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CCA is #4A8335. Grayscale: #959595. Windows color (decimal): -4883254 or 13270197. OLE color: 13270197.

HSL color Cylindrical-coordinate representation of color #B57CCA: hue angle of 283.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B57CCA is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181124202-
CMYK0.100.3900.21
HSL283.85º42.39%63.92%-
HSV(B)283.85º38.61%79.22%-
XYZ36.9228.559.43-
YUV149.94157.38150.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=35.70%
G=24.46%
B=39.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811242020.100.3900.21283.8542.3963.92
HexB57CCAA2701511c2a40
Octal265174312124702543452100
Binary1011010111111001100101010101001110101011000111001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CCA; }

 p { color: rgb(181,124,202); }

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

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

 a { background-color: rgb(181,124,202); }

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

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

 span { border-color: rgb(181,124,202); }

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