#B37BCA

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

Shades of East Side #B37BCA

Tints of East Side #B37BCA

Color information

#B37BCA (or 0xB37BCA) is unknown color: approx East Side. HEX triplet: B3, 7B and CA. RGB value is (179,123,202). Sum of RGB (Red+Green+Blue) = 179+123+202=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #B37BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BCA is #4C8435. Grayscale: #949494. Windows color (decimal): -5014582 or 13269939. OLE color: 13269939.

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

Color convert

RGB179123202-
CMYK0.110.3900.21
HSL282.53º42.7%63.73%-
HSV(B)282.53º39.11%79.22%-
XYZ36.3328.0159.37-
YUV148.75158.05149.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=35.52%
G=24.40%
B=40.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791232020.110.3900.21282.5342.763.73
HexB37BCAB2701511b2b40
Octal263173312134702543353100
Binary1011001111110111100101010111001110101011000110111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BCA; }

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

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

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

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

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

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

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

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