#B372BE

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

Shades of East Side #B372BE

Tints of East Side #B372BE

Color information

#B372BE (or 0xB372BE) is unknown color: approx East Side. HEX triplet: B3, 72 and BE. RGB value is (179,114,190). Sum of RGB (Red+Green+Blue) = 179+114+190=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #B372BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372BE is #4C8D41. Grayscale: #8D8D8D. Windows color (decimal): -5016898 or 12481203. OLE color: 12481203.

HSL color Cylindrical-coordinate representation of color #B372BE: hue angle of 291.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B372BE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179114190-
CMYK0.060.4000.25
HSL291.32º36.89%59.61%-
HSV(B)291.32º40%74.51%-
XYZ33.925.3451.82-
YUV142.1155.03154.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=37.06%
G=23.60%
B=39.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791141900.060.4000.25291.3236.8959.61
HexB372BE628019123253c
Octal2631622766500314434574
Binary10110011111001010111110110101000011001100100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372BE; }

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

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

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

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

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

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

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

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