Html Css Color HEX #B62D7C Medium Red Violet

📋 copy color: '#B62D7C'

red 182 ◦ green 45 ◦ blue 124

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

Shades of Medium Red Violet #B62D7C

Tints of Medium Red Violet #B62D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 51.85%
G = 12.82%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B62D7C (or 0xB62D7C) is known color: Medium Red Violet. HEX triplet: B6, 2D and 7C. RGB value is (182,45,124). Sum of RGB (Red+Green+Blue) = 182+45+124=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D7C is #49D283. Grayscale: #5E5E5E. Windows color (decimal): -4838020 or 8138166. OLE color: 8138166.

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

Color convert

RGB 182 45 124 -
CMYK 0 0.75 0.32 0.29
HSL 325.4º 0.6% 0.45% -
HSV(B) 325.4º 0.75% 0.71% -
XYZ 23.87 13.28 20.37 -
YUV 94.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 182 45 124 0 0.75 0.32 0.29 325.4 0.6 0.45
Hex B6 2D 7C 0 4B 20 1D 145 3C 2D
Octal 266 55 174 0 113 40 35 505 74 55
Binary 10110110 101101 1111100 0 1001011 100000 11101 101000101 111100 101101

Color Harmonies of #B62D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62D7C

Black with #B62D7C

Text Example


Text Example

White with #B62D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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