Html Css Color HEX #B60D8D Medium Violet Red

📋 copy color: '#B60D8D'

red 182 ◦ green 13 ◦ blue 141

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

Shades of Medium Violet Red #B60D8D

Tints of Medium Violet Red #B60D8D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

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

R = 54.17%
G = 3.87%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B60D8D (or 0xB60D8D) is known color: Medium Violet Red. HEX triplet: B6, 0D and 8D. RGB value is (182,13,141). Sum of RGB (Red+Green+Blue) = 182+13+141=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60D8D is #49F272. Grayscale: #4D4D4D. Windows color (decimal): -4846195 or 9244086. OLE color: 9244086.

HSL color Cylindrical-coordinate representation of color #B60D8D: hue angle of 314.56º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60D8D is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 13 141 -
CMYK 0 0.93 0.23 0.29
HSL 314.56º 0.87% 0.38% -
HSV(B) 314.56º 0.93% 0.71% -
XYZ 24.24 12.16 26.27 -
YUV 78.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 182 13 141 0 0.93 0.23 0.29 314.56 0.87 0.38
Hex B6 D 8D 0 5D 17 1D 13B 57 26
Octal 266 15 215 0 135 27 35 473 127 46
Binary 10110110 1101 10001101 0 1011101 10111 11101 100111011 1010111 100110

Color Harmonies of #B60D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60D8D

Black with #B60D8D

Text Example


Text Example

White with #B60D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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