Html Css Color HEX #B42573 Medium Red Violet

📋 copy color: '#B42573'

red 180 ◦ green 37 ◦ blue 115

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

Shades of Medium Red Violet #B42573

Tints of Medium Red Violet #B42573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 54.22%
G = 11.14%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B42573 (or 0xB42573) is known color: Medium Red Violet. HEX triplet: B4, 25 and 73. RGB value is (180,37,115). Sum of RGB (Red+Green+Blue) = 180+37+115=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B42573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42573 is #4BDA8C. Grayscale: #585858. Windows color (decimal): -4971149 or 7546292. OLE color: 7546292.

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

Color convert

RGB 180 37 115 -
CMYK 0 0.79 0.36 0.29
HSL 327.27º 0.66% 0.43% -
HSV(B) 327.27º 0.79% 0.71% -
XYZ 22.58 12.26 17.4 -
YUV 88.65 142.88 193.16 -
System Red Green Blue C M Y K H S L
Decimal 180 37 115 0 0.79 0.36 0.29 327.27 0.66 0.43
Hex B4 25 73 0 4F 24 1D 147 42 2B
Octal 264 45 163 0 117 44 35 507 102 53
Binary 10110100 100101 1110011 0 1001111 100100 11101 101000111 1000010 101011

Color Harmonies of #B42573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42573

Black with #B42573

Text Example


Text Example

White with #B42573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42573; }

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

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

background-color css

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

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

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

border-color css

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

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

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