Html Css Color HEX #B62573 Medium Red Violet

📋 copy color: '#B62573'

red 182 ◦ green 37 ◦ blue 115

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

Shades of Medium Red Violet #B62573

Tints of Medium Red Violet #B62573

RGB

 RED value IS 182 (71.48% from 255) = 54.49%

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

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

R = 54.49%
G = 11.08%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B62573 (or 0xB62573) is known color: Medium Red Violet. HEX triplet: B6, 25 and 73. RGB value is (182,37,115). Sum of RGB (Red+Green+Blue) = 182+37+115=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B62573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62573 is #49DA8C. Grayscale: #595959. Windows color (decimal): -4840077 or 7546294. OLE color: 7546294.

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

Color convert

RGB 182 37 115 -
CMYK 0 0.80 0.37 0.29
HSL 327.72º 0.66% 0.43% -
HSV(B) 327.72º 0.8% 0.71% -
XYZ 23.05 12.51 17.42 -
YUV 89.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 182 37 115 0 0.80 0.37 0.29 327.72 0.66 0.43
Hex B6 25 73 0 50 25 1D 148 42 2B
Octal 266 45 163 0 120 45 35 510 102 53
Binary 10110110 100101 1110011 0 1010000 100101 11101 101001000 1000010 101011

Color Harmonies of #B62573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62573

Black with #B62573

Text Example


Text Example

White with #B62573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62573; }

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

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

background-color css

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

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

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

border-color css

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

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

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