#B42277

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

Shades of Medium Red Violet #B42277

Tints of Medium Red Violet #B42277

Color information

#B42277 (or 0xB42277) is unknown color: approx Medium Red Violet. HEX triplet: B4, 22 and 77. RGB value is (180,34,119). Sum of RGB (Red+Green+Blue) = 180+34+119=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B42277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42277 is #4BDD88. Grayscale: #575757. Windows color (decimal): -4971913 or 7807668. OLE color: 7807668.

HSL color Cylindrical-coordinate representation of color #B42277: hue angle of 325.07º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42277 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18034119-
CMYK00.810.340.29
HSL325.07º68.22%41.96%-
HSV(B)325.07º81.11%70.59%-
XYZ22.7212.1818.61-
YUV87.34145.87194.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 34 (13.67% from 255) = 10.21%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=54.05%
G=10.21%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803411900.810.340.29325.0768.2241.96
HexB42277051221D145442a
Octal264421670121423550510452
Binary10110100100010111011101010001100010111011010001011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42277; }

 p { color: rgb(180,34,119); }

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

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

 a { background-color: rgb(180,34,119); }

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

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

 span { border-color: rgb(180,34,119); }

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