Html Css Color HEX #B62072 Medium Red Violet

📋 copy color: '#B62072'

red 182 ◦ green 32 ◦ blue 114

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

Shades of Medium Red Violet #B62072

Tints of Medium Red Violet #B62072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 55.49%
G = 9.76%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B62072 (or 0xB62072) is known color: Medium Red Violet. HEX triplet: B6, 20 and 72. RGB value is (182,32,114). Sum of RGB (Red+Green+Blue) = 182+32+114=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B62072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62072 is #49DF8D. Grayscale: #565656. Windows color (decimal): -4841358 or 7479478. OLE color: 7479478.

HSL color Cylindrical-coordinate representation of color #B62072: hue angle of 327.2º 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 #B62072 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 114 -
CMYK 0 0.82 0.37 0.29
HSL 327.2º 0.7% 0.42% -
HSV(B) 327.2º 0.82% 0.71% -
XYZ 22.85 12.19 17.07 -
YUV 86.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 182 32 114 0 0.82 0.37 0.29 327.2 0.7 0.42
Hex B6 20 72 0 52 25 1D 147 46 2A
Octal 266 40 162 0 122 45 35 507 106 52
Binary 10110110 100000 1110010 0 1010010 100101 11101 101000111 1000110 101010

Color Harmonies of #B62072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62072

Black with #B62072

Text Example


Text Example

White with #B62072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62072; }

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

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

background-color css

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

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

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

border-color css

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

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

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