Html Css Color HEX #B62E7C Medium Red Violet

📋 copy color: '#B62E7C'

red 182 ◦ green 46 ◦ blue 124

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

Shades of Medium Red Violet #B62E7C

Tints of Medium Red Violet #B62E7C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.07%

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

R = 51.7%
G = 13.07%
B = 35.23%

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

#B62E7C (or 0xB62E7C) is known color: Medium Red Violet. HEX triplet: B6, 2E and 7C. RGB value is (182,46,124). Sum of RGB (Red+Green+Blue) = 182+46+124=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E7C is #49D183. Grayscale: #5F5F5F. Windows color (decimal): -4837764 or 8138422. OLE color: 8138422.

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

Color convert

RGB 182 46 124 -
CMYK 0 0.75 0.32 0.29
HSL 325.59º 0.6% 0.45% -
HSV(B) 325.59º 0.75% 0.71% -
XYZ 23.91 13.35 20.39 -
YUV 95.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 182 46 124 0 0.75 0.32 0.29 325.59 0.6 0.45
Hex B6 2E 7C 0 4B 20 1D 146 3C 2D
Octal 266 56 174 0 113 40 35 506 74 55
Binary 10110110 101110 1111100 0 1001011 100000 11101 101000110 111100 101101

Color Harmonies of #B62E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E7C

Black with #B62E7C

Text Example


Text Example

White with #B62E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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