#B37BBE

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

Shades of East Side #B37BBE

Tints of East Side #B37BBE

Color information

#B37BBE (or 0xB37BBE) is unknown color: approx East Side. HEX triplet: B3, 7B and BE. RGB value is (179,123,190). Sum of RGB (Red+Green+Blue) = 179+123+190=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #B37BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BBE is #4C8441. Grayscale: #939393. Windows color (decimal): -5014594 or 12483507. OLE color: 12483507.

HSL color Cylindrical-coordinate representation of color #B37BBE: hue angle of 290.15º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37BBE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179123190-
CMYK0.060.3500.25
HSL290.15º34.01%61.37%-
HSV(B)290.15º35.26%74.51%-
XYZ34.9727.4752.17-
YUV147.38152.05150.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=36.38%
G=25%
B=38.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791231900.060.3500.25290.1534.0161.37
HexB37BBE623019122223d
Octal2631732766430314424275
Binary10110011111101110111110110100011011001100100010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BBE; }

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

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

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

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

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

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

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

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