Html Css Color HEX #B62079 Medium Red Violet

📋 copy color: '#B62079'

red 182 ◦ green 32 ◦ blue 121

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

Shades of Medium Red Violet #B62079

Tints of Medium Red Violet #B62079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 54.33%
G = 9.55%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B62079 (or 0xB62079) is known color: Medium Red Violet. HEX triplet: B6, 20 and 79. RGB value is (182,32,121). Sum of RGB (Red+Green+Blue) = 182+32+121=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B62079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62079 is #49DF86. Grayscale: #565656. Windows color (decimal): -4841351 or 7938230. OLE color: 7938230.

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

Color convert

RGB 182 32 121 -
CMYK 0 0.82 0.34 0.29
HSL 324.4º 0.7% 0.42% -
HSV(B) 324.4º 0.82% 0.71% -
XYZ 23.26 12.36 19.25 -
YUV 87 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 182 32 121 0 0.82 0.34 0.29 324.4 0.7 0.42
Hex B6 20 79 0 52 22 1D 144 46 2A
Octal 266 40 171 0 122 42 35 504 106 52
Binary 10110110 100000 1111001 0 1010010 100010 11101 101000100 1000110 101010

Color Harmonies of #B62079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62079

Black with #B62079

Text Example


Text Example

White with #B62079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62079; }

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

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

background-color css

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

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

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

border-color css

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

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

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