Html Css Color HEX #B42272 Medium Red Violet

📋 copy color: '#B42272'

red 180 ◦ green 34 ◦ blue 114

#B42272
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B42272

Tints of Medium Red Violet #B42272

RGB

 RED value IS 180 (70.7% from 255) = 54.88%

 GREEN value IS 34 (13.67% from 255) = 10.37%

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 54.88%
G = 10.37%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B42272 (or 0xB42272) is known color: Medium Red Violet. HEX triplet: B4, 22 and 72. RGB value is (180,34,114). Sum of RGB (Red+Green+Blue) = 180+34+114=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B42272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42272 is #4BDD8D. Grayscale: #565656. Windows color (decimal): -4971918 or 7479988. OLE color: 7479988.

HSL color Cylindrical-coordinate representation of color #B42272: hue angle of 327.12º 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 #B42272 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 114 -
CMYK 0 0.81 0.37 0.29
HSL 327.12º 0.68% 0.42% -
HSV(B) 327.12º 0.81% 0.71% -
XYZ 22.43 12.06 17.07 -
YUV 86.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 180 34 114 0 0.81 0.37 0.29 327.12 0.68 0.42
Hex B4 22 72 0 51 25 1D 147 44 2A
Octal 264 42 162 0 121 45 35 507 104 52
Binary 10110100 100010 1110010 0 1010001 100101 11101 101000111 1000100 101010

Color Harmonies of #B42272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42272

Black with #B42272

Text Example


Text Example

White with #B42272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42272; }

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

 H1.HeaderClassName
 {
   color: #B42272;
 }
 .AnyTagClassName
 {
   color: #B42272;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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