#B37BCF

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

Shades of East Side #B37BCF

Tints of East Side #B37BCF

Color information

#B37BCF (or 0xB37BCF) is unknown color: approx East Side. HEX triplet: B3, 7B and CF. RGB value is (179,123,207). Sum of RGB (Red+Green+Blue) = 179+123+207=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #B37BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BCF is #4C8430. Grayscale: #959595. Windows color (decimal): -5014577 or 13597619. OLE color: 13597619.

HSL color Cylindrical-coordinate representation of color #B37BCF: hue angle of 280º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B37BCF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179123207-
CMYK0.140.4100.19
HSL280º46.67%64.71%-
HSV(B)280º40.58%81.18%-
XYZ36.9428.2562.54-
YUV149.32160.55149.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 123 (48.44% from 255) = 24.17%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=35.17%
G=24.17%
B=40.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791232070.140.4100.1928046.6764.71
HexB37BCFE290131182f41
Octal263173317165102343057101
Binary1011001111110111100111111101010010100111000110001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BCF; }

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

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

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

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

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

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

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

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