Html Css Color HEX #B62D8D Medium Red Violet

📋 copy color: '#B62D8D'

red 182 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #B62D8D

Tints of Medium Red Violet #B62D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 49.46%
G = 12.23%
B = 38.32%

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

#B62D8D (or 0xB62D8D) is known color: Medium Red Violet. HEX triplet: B6, 2D and 8D. RGB value is (182,45,141). Sum of RGB (Red+Green+Blue) = 182+45+141=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62D8D is #49D272. Grayscale: #606060. Windows color (decimal): -4838003 or 9252278. OLE color: 9252278.

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

Color convert

RGB 182 45 141 -
CMYK 0 0.75 0.23 0.29
HSL 317.96º 0.6% 0.45% -
HSV(B) 317.96º 0.75% 0.71% -
XYZ 25.04 13.74 26.53 -
YUV 96.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 182 45 141 0 0.75 0.23 0.29 317.96 0.6 0.45
Hex B6 2D 8D 0 4B 17 1D 13E 3C 2D
Octal 266 55 215 0 113 27 35 476 74 55
Binary 10110110 101101 10001101 0 1001011 10111 11101 100111110 111100 101101

Color Harmonies of #B62D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62D8D

Black with #B62D8D

Text Example


Text Example

White with #B62D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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