Html Css Color HEX #B62470 Medium Red Violet

📋 copy color: '#B62470'

red 182 ◦ green 36 ◦ blue 112

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

Shades of Medium Red Violet #B62470

Tints of Medium Red Violet #B62470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

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

R = 55.15%
G = 10.91%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B62470 (or 0xB62470) is known color: Medium Red Violet. HEX triplet: B6, 24 and 70. RGB value is (182,36,112). Sum of RGB (Red+Green+Blue) = 182+36+112=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B62470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62470 is #49DB8F. Grayscale: #585858. Windows color (decimal): -4840336 or 7349430. OLE color: 7349430.

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

Color convert

RGB 182 36 112 -
CMYK 0 0.80 0.38 0.29
HSL 328.77º 0.67% 0.43% -
HSV(B) 328.77º 0.8% 0.71% -
XYZ 22.85 12.38 16.51 -
YUV 88.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 182 36 112 0 0.80 0.38 0.29 328.77 0.67 0.43
Hex B6 24 70 0 50 26 1D 149 43 2B
Octal 266 44 160 0 120 46 35 511 103 53
Binary 10110110 100100 1110000 0 1010000 100110 11101 101001001 1000011 101011

Color Harmonies of #B62470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62470

Black with #B62470

Text Example


Text Example

White with #B62470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62470; }

 p { color: rgb(182,36,112); }

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

background-color css

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

 a { background-color: rgb(182,36,112); }

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

border-color css

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

 span { border-color: rgb(182,36,112); }

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