Html Css Color HEX #B62D77 Medium Red Violet

📋 copy color: '#B62D77'

red 182 ◦ green 45 ◦ blue 119

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

Shades of Medium Red Violet #B62D77

Tints of Medium Red Violet #B62D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

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

R = 52.6%
G = 13.01%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B62D77 (or 0xB62D77) is known color: Medium Red Violet. HEX triplet: B6, 2D and 77. RGB value is (182,45,119). Sum of RGB (Red+Green+Blue) = 182+45+119=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D77 is #49D288. Grayscale: #5E5E5E. Windows color (decimal): -4838025 or 7810486. OLE color: 7810486.

HSL color Cylindrical-coordinate representation of color #B62D77: hue angle of 327.59º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D77 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 45 119 -
CMYK 0 0.75 0.35 0.29
HSL 327.59º 0.6% 0.45% -
HSV(B) 327.59º 0.75% 0.71% -
XYZ 23.56 13.15 18.75 -
YUV 94.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 182 45 119 0 0.75 0.35 0.29 327.59 0.6 0.45
Hex B6 2D 77 0 4B 23 1D 148 3C 2D
Octal 266 55 167 0 113 43 35 510 74 55
Binary 10110110 101101 1110111 0 1001011 100011 11101 101001000 111100 101101

Color Harmonies of #B62D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62D77

Black with #B62D77

Text Example


Text Example

White with #B62D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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