Html Css Color HEX #B42570 Medium Red Violet

📋 copy color: '#B42570'

red 180 ◦ green 37 ◦ blue 112

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

Shades of Medium Red Violet #B42570

Tints of Medium Red Violet #B42570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

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

R = 54.71%
G = 11.25%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B42570 (or 0xB42570) is known color: Medium Red Violet. HEX triplet: B4, 25 and 70. RGB value is (180,37,112). Sum of RGB (Red+Green+Blue) = 180+37+112=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B42570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42570 is #4BDA8F. Grayscale: #585858. Windows color (decimal): -4971152 or 7349684. OLE color: 7349684.

HSL color Cylindrical-coordinate representation of color #B42570: hue angle of 328.53º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42570 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 112 -
CMYK 0 0.79 0.38 0.29
HSL 328.53º 0.66% 0.43% -
HSV(B) 328.53º 0.79% 0.71% -
XYZ 22.41 12.2 16.5 -
YUV 88.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 180 37 112 0 0.79 0.38 0.29 328.53 0.66 0.43
Hex B4 25 70 0 4F 26 1D 149 42 2B
Octal 264 45 160 0 117 46 35 511 102 53
Binary 10110100 100101 1110000 0 1001111 100110 11101 101001001 1000010 101011

Color Harmonies of #B42570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42570

Black with #B42570

Text Example


Text Example

White with #B42570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42570; }

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

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

background-color css

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

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

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

border-color css

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

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

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