Html Css Color HEX #B62D8C Medium Red Violet

📋 copy color: '#B62D8C'

red 182 ◦ green 45 ◦ blue 140

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

Shades of Medium Red Violet #B62D8C

Tints of Medium Red Violet #B62D8C

RGB

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

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

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

R = 49.59%
G = 12.26%
B = 38.15%

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

#B62D8C (or 0xB62D8C) is known color: Medium Red Violet. HEX triplet: B6, 2D and 8C. RGB value is (182,45,140). Sum of RGB (Red+Green+Blue) = 182+45+140=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62D8C is #49D273. Grayscale: #606060. Windows color (decimal): -4838004 or 9186742. OLE color: 9186742.

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

Color convert

RGB 182 45 140 -
CMYK 0 0.75 0.23 0.29
HSL 318.39º 0.6% 0.45% -
HSV(B) 318.39º 0.75% 0.71% -
XYZ 24.96 13.72 26.14 -
YUV 96.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 182 45 140 0 0.75 0.23 0.29 318.39 0.6 0.45
Hex B6 2D 8C 0 4B 17 1D 13E 3C 2D
Octal 266 55 214 0 113 27 35 476 74 55
Binary 10110110 101101 10001100 0 1001011 10111 11101 100111110 111100 101101

Color Harmonies of #B62D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62D8C

Black with #B62D8C

Text Example


Text Example

White with #B62D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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