Html Css Color HEX #B62370 Medium Red Violet

📋 copy color: '#B62370'

red 182 ◦ green 35 ◦ blue 112

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

Shades of Medium Red Violet #B62370

Tints of Medium Red Violet #B62370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

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

R = 55.32%
G = 10.64%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B62370 (or 0xB62370) is known color: Medium Red Violet. HEX triplet: B6, 23 and 70. RGB value is (182,35,112). Sum of RGB (Red+Green+Blue) = 182+35+112=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B62370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62370 is #49DC8F. Grayscale: #575757. Windows color (decimal): -4840592 or 7349174. OLE color: 7349174.

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

Color convert

RGB 182 35 112 -
CMYK 0 0.81 0.38 0.29
HSL 328.57º 0.68% 0.43% -
HSV(B) 328.57º 0.81% 0.71% -
XYZ 22.82 12.32 16.5 -
YUV 87.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 182 35 112 0 0.81 0.38 0.29 328.57 0.68 0.43
Hex B6 23 70 0 51 26 1D 149 44 2B
Octal 266 43 160 0 121 46 35 511 104 53
Binary 10110110 100011 1110000 0 1010001 100110 11101 101001001 1000100 101011

Color Harmonies of #B62370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62370

Black with #B62370

Text Example


Text Example

White with #B62370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62370; }

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

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

background-color css

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

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

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

border-color css

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

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

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