#B37DCA

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

Shades of East Side #B37DCA

Tints of East Side #B37DCA

Color information

#B37DCA (or 0xB37DCA) is unknown color: approx East Side. HEX triplet: B3, 7D and CA. RGB value is (179,125,202). Sum of RGB (Red+Green+Blue) = 179+125+202=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 125 (49.22% from 255 or 24.70% 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 #B37DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DCA is #4C8235. Grayscale: #959595. Windows color (decimal): -5014070 or 13270451. OLE color: 13270451.

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

Color convert

RGB179125202-
CMYK0.110.3800.21
HSL282.08º42.08%64.12%-
HSV(B)282.08º38.12%79.22%-
XYZ36.5828.5259.45-
YUV149.92157.39148.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=35.38%
G=24.70%
B=39.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791252020.110.3800.21282.0842.0864.12
HexB37DCAB2601511a2a40
Octal263175312134602543252100
Binary1011001111111011100101010111001100101011000110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DCA; }

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

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

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

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

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

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

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

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