#B0377E

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

Shades of Medium Red Violet #B0377E

Tints of Medium Red Violet #B0377E

Color information

#B0377E (or 0xB0377E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 37 and 7E. RGB value is (176,55,126). Sum of RGB (Red+Green+Blue) = 176+55+126=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0377E is #4FC881. Grayscale: #636363. Windows color (decimal): -5228674 or 8271792. OLE color: 8271792.

HSL color Cylindrical-coordinate representation of color #B0377E: hue angle of 324.79º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0377E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17655126-
CMYK00.690.280.31
HSL324.79º52.38%45.29%-
HSV(B)324.79º68.75%69.02%-
XYZ23.0413.4721.12-
YUV99.27143.09182.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=49.30%
G=15.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765512600.690.280.31324.7952.3845.29
HexB0377E0451C1F145342d
Octal26067176010534375056455
Binary101100001101111111110010001011110011111101000101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0377E; }

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

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

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

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

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

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

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

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