Html Css Color HEX #B62E8C Medium Red Violet

📋 copy color: '#B62E8C'

red 182 ◦ green 46 ◦ blue 140

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

Shades of Medium Red Violet #B62E8C

Tints of Medium Red Violet #B62E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 49.46%
G = 12.5%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B62E8C (or 0xB62E8C) is known color: Medium Red Violet. HEX triplet: B6, 2E and 8C. RGB value is (182,46,140). Sum of RGB (Red+Green+Blue) = 182+46+140=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62E8C is #49D173. Grayscale: #616161. Windows color (decimal): -4837748 or 9186998. OLE color: 9186998.

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

Color convert

RGB 182 46 140 -
CMYK 0 0.75 0.23 0.29
HSL 318.53º 0.6% 0.45% -
HSV(B) 318.53º 0.75% 0.71% -
XYZ 25 13.79 26.16 -
YUV 97.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 182 46 140 0 0.75 0.23 0.29 318.53 0.6 0.45
Hex B6 2E 8C 0 4B 17 1D 13F 3C 2D
Octal 266 56 214 0 113 27 35 477 74 55
Binary 10110110 101110 10001100 0 1001011 10111 11101 100111111 111100 101101

Color Harmonies of #B62E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E8C

Black with #B62E8C

Text Example


Text Example

White with #B62E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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