Html Css Color HEX #B62A79 Medium Red Violet

📋 copy color: '#B62A79'

red 182 ◦ green 42 ◦ blue 121

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

Shades of Medium Red Violet #B62A79

Tints of Medium Red Violet #B62A79

RGB

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

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

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

R = 52.75%
G = 12.17%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B62A79 (or 0xB62A79) is known color: Medium Red Violet. HEX triplet: B6, 2A and 79. RGB value is (182,42,121). Sum of RGB (Red+Green+Blue) = 182+42+121=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A79 is #49D586. Grayscale: #5C5C5C. Windows color (decimal): -4838791 or 7940790. OLE color: 7940790.

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

Color convert

RGB 182 42 121 -
CMYK 0 0.77 0.34 0.29
HSL 326.14º 0.63% 0.44% -
HSV(B) 326.14º 0.77% 0.71% -
XYZ 23.57 12.98 19.35 -
YUV 92.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 182 42 121 0 0.77 0.34 0.29 326.14 0.63 0.44
Hex B6 2A 79 0 4D 22 1D 146 3E 2C
Octal 266 52 171 0 115 42 35 506 76 54
Binary 10110110 101010 1111001 0 1001101 100010 11101 101000110 111110 101100

Color Harmonies of #B62A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62A79

Black with #B62A79

Text Example


Text Example

White with #B62A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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