Html Css Color HEX #B62070 Medium Red Violet

📋 copy color: '#B62070'

red 182 ◦ green 32 ◦ blue 112

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

Shades of Medium Red Violet #B62070

Tints of Medium Red Violet #B62070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.82%

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

R = 55.83%
G = 9.82%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B62070 (or 0xB62070) is known color: Medium Red Violet. HEX triplet: B6, 20 and 70. RGB value is (182,32,112). Sum of RGB (Red+Green+Blue) = 182+32+112=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B62070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62070 is #49DF8F. Grayscale: #555555. Windows color (decimal): -4841360 or 7348406. OLE color: 7348406.

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

Color convert

RGB 182 32 112 -
CMYK 0 0.82 0.38 0.29
HSL 328º 0.7% 0.42% -
HSV(B) 328º 0.82% 0.71% -
XYZ 22.73 12.15 16.48 -
YUV 85.97 142.7 196.5 -
System Red Green Blue C M Y K H S L
Decimal 182 32 112 0 0.82 0.38 0.29 328 0.7 0.42
Hex B6 20 70 0 52 26 1D 148 46 2A
Octal 266 40 160 0 122 46 35 510 106 52
Binary 10110110 100000 1110000 0 1010010 100110 11101 101001000 1000110 101010

Color Harmonies of #B62070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62070

Black with #B62070

Text Example


Text Example

White with #B62070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62070; }

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

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

background-color css

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

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

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

border-color css

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

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

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