#B37FC9

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

Shades of East Side #B37FC9

Tints of East Side #B37FC9

Color information

#B37FC9 (or 0xB37FC9) is unknown color: approx East Side. HEX triplet: B3, 7F and C9. RGB value is (179,127,201). Sum of RGB (Red+Green+Blue) = 179+127+201=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #B37FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FC9 is #4C8036. Grayscale: #969696. Windows color (decimal): -5013559 or 13205427. OLE color: 13205427.

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

Color convert

RGB179127201-
CMYK0.110.3700.21
HSL282.16º40.66%64.31%-
HSV(B)282.16º36.82%78.82%-
XYZ36.7228.9858.92-
YUV150.98156.23147.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=35.31%
G=25.05%
B=39.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791272010.110.3700.21282.1640.6664.31
HexB37FC9B2501511a2940
Octal263177311134502543251100
Binary1011001111111111100100110111001010101011000110101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FC9; }

 p { color: rgb(179,127,201); }

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

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

 a { background-color: rgb(179,127,201); }

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

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

 span { border-color: rgb(179,127,201); }

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