#B57BCA

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

Shades of East Side #B57BCA

Tints of East Side #B57BCA

Color information

#B57BCA (or 0xB57BCA) is unknown color: approx East Side. HEX triplet: B5, 7B and CA. RGB value is (181,123,202). Sum of RGB (Red+Green+Blue) = 181+123+202=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #B57BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BCA is #4A8435. Grayscale: #959595. Windows color (decimal): -4883510 or 13269941. OLE color: 13269941.

HSL color Cylindrical-coordinate representation of color #B57BCA: hue angle of 284.05º degrees, saturation: 0.43, 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 #B57BCA is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181123202-
CMYK0.100.3900.21
HSL284.05º42.7%63.73%-
HSV(B)284.05º39.11%79.22%-
XYZ36.828.2559.39-
YUV149.35157.72150.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=35.77%
G=24.31%
B=39.92%

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
Decimal1811232020.100.3900.21284.0542.763.73
HexB57BCAA2701511c2b40
Octal265173312124702543453100
Binary1011010111110111100101010101001110101011000111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BCA; }

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

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

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

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

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

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

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

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