#b2377e

Color #B2377E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B2377E

Tints of Medium Red Violet #B2377E

Color information

#B2377E (or 0xB2377E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 37 and 7E. RGB value is (178,55,126). Sum of RGB (Red+Green+Blue) = 178+55+126=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2377E is #4DC881. Grayscale: #636363. Windows color (decimal): -5097602 or 8271794. OLE color: 8271794.

HSL color Cylindrical-coordinate representation of color #B2377E: hue angle of 325.37º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2377E is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17855126-
CMYK00.690.290.30
HSL325.37º52.79%45.69%-
HSV(B)325.37º69.1%69.8%-
XYZ23.4913.721.15-
YUV99.87142.75183.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=49.58%
G=15.32%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785512600.690.290.30325.3752.7945.69
HexB2377E0451D1E145352e
Octal26267176010535365056556
Binary101100101101111111110010001011110111110101000101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2377e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2377e; }

 p { color: rgb(178,55,126); }

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

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

 a { background-color: rgb(178,55,126); }

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

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

 span { border-color: rgb(178,55,126); }

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