Html Css Color HEX #B62977 Medium Red Violet

📋 copy color: '#B62977'

red 182 ◦ green 41 ◦ blue 119

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

Shades of Medium Red Violet #B62977

Tints of Medium Red Violet #B62977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 53.22%
G = 11.99%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B62977 (or 0xB62977) is known color: Medium Red Violet. HEX triplet: B6, 29 and 77. RGB value is (182,41,119). Sum of RGB (Red+Green+Blue) = 182+41+119=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B62977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62977 is #49D688. Grayscale: #5B5B5B. Windows color (decimal): -4839049 or 7809462. OLE color: 7809462.

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

Color convert

RGB 182 41 119 -
CMYK 0 0.77 0.35 0.29
HSL 326.81º 0.63% 0.44% -
HSV(B) 326.81º 0.77% 0.71% -
XYZ 23.41 12.86 18.7 -
YUV 92.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 182 41 119 0 0.77 0.35 0.29 326.81 0.63 0.44
Hex B6 29 77 0 4D 23 1D 147 3F 2C
Octal 266 51 167 0 115 43 35 507 77 54
Binary 10110110 101001 1110111 0 1001101 100011 11101 101000111 111111 101100

Color Harmonies of #B62977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62977

Black with #B62977

Text Example


Text Example

White with #B62977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62977; }

 p { color: rgb(182,41,119); }

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

background-color css

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

 a { background-color: rgb(182,41,119); }

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

border-color css

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

 span { border-color: rgb(182,41,119); }

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