Html Css Color HEX #B62279 Medium Red Violet

📋 copy color: '#B62279'

red 182 ◦ green 34 ◦ blue 121

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

Shades of Medium Red Violet #B62279

Tints of Medium Red Violet #B62279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 54.01%
G = 10.09%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B62279 (or 0xB62279) is known color: Medium Red Violet. HEX triplet: B6, 22 and 79. RGB value is (182,34,121). Sum of RGB (Red+Green+Blue) = 182+34+121=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B62279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62279 is #49DD86. Grayscale: #575757. Windows color (decimal): -4840839 or 7938742. OLE color: 7938742.

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

Color convert

RGB 182 34 121 -
CMYK 0 0.81 0.34 0.29
HSL 324.73º 0.69% 0.42% -
HSV(B) 324.73º 0.81% 0.71% -
XYZ 23.31 12.47 19.27 -
YUV 88.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 182 34 121 0 0.81 0.34 0.29 324.73 0.69 0.42
Hex B6 22 79 0 51 22 1D 145 45 2A
Octal 266 42 171 0 121 42 35 505 105 52
Binary 10110110 100010 1111001 0 1010001 100010 11101 101000101 1000101 101010

Color Harmonies of #B62279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62279

Black with #B62279

Text Example


Text Example

White with #B62279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62279; }

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

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

background-color css

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

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

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

border-color css

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

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

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