Html Css Color HEX #B62A70 Medium Red Violet

📋 copy color: '#B62A70'

red 182 ◦ green 42 ◦ blue 112

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

Shades of Medium Red Violet #B62A70

Tints of Medium Red Violet #B62A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.5%

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

R = 54.17%
G = 12.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B62A70 (or 0xB62A70) is known color: Medium Red Violet. HEX triplet: B6, 2A and 70. RGB value is (182,42,112). Sum of RGB (Red+Green+Blue) = 182+42+112=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A70 is #49D58F. Grayscale: #5B5B5B. Windows color (decimal): -4838800 or 7350966. OLE color: 7350966.

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

Color convert

RGB 182 42 112 -
CMYK 0 0.77 0.38 0.29
HSL 330º 0.63% 0.44% -
HSV(B) 330º 0.77% 0.71% -
XYZ 23.04 12.77 16.58 -
YUV 91.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 182 42 112 0 0.77 0.38 0.29 330 0.63 0.44
Hex B6 2A 70 0 4D 26 1D 14A 3E 2C
Octal 266 52 160 0 115 46 35 512 76 54
Binary 10110110 101010 1110000 0 1001101 100110 11101 101001010 111110 101100

Color Harmonies of #B62A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62A70

Black with #B62A70

Text Example


Text Example

White with #B62A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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