Html Css Color HEX #B42270 Medium Red Violet

📋 copy color: '#B42270'

red 180 ◦ green 34 ◦ blue 112

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

Shades of Medium Red Violet #B42270

Tints of Medium Red Violet #B42270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 55.21%
G = 10.43%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B42270 (or 0xB42270) is known color: Medium Red Violet. HEX triplet: B4, 22 and 70. RGB value is (180,34,112). Sum of RGB (Red+Green+Blue) = 180+34+112=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B42270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42270 is #4BDD8F. Grayscale: #565656. Windows color (decimal): -4971920 or 7348916. OLE color: 7348916.

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

Color convert

RGB 180 34 112 -
CMYK 0 0.81 0.38 0.29
HSL 327.95º 0.68% 0.42% -
HSV(B) 327.95º 0.81% 0.71% -
XYZ 22.32 12.02 16.47 -
YUV 86.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 180 34 112 0 0.81 0.38 0.29 327.95 0.68 0.42
Hex B4 22 70 0 51 26 1D 148 44 2A
Octal 264 42 160 0 121 46 35 510 104 52
Binary 10110100 100010 1110000 0 1010001 100110 11101 101001000 1000100 101010

Color Harmonies of #B42270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42270

Black with #B42270

Text Example


Text Example

White with #B42270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42270; }

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

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

background-color css

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

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

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

border-color css

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

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

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