Html Css Color HEX #B60D81 Medium Violet Red

📋 copy color: '#B60D81'

red 182 ◦ green 13 ◦ blue 129

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

Shades of Medium Violet Red #B60D81

Tints of Medium Violet Red #B60D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 56.17%
G = 4.01%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B60D81 (or 0xB60D81) is known color: Medium Violet Red. HEX triplet: B6, 0D and 81. RGB value is (182,13,129). Sum of RGB (Red+Green+Blue) = 182+13+129=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60D81 is #49F27E. Grayscale: #4C4C4C. Windows color (decimal): -4846207 or 8457654. OLE color: 8457654.

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

Color convert

RGB 182 13 129 -
CMYK 0 0.93 0.29 0.29
HSL 318.82º 0.87% 0.38% -
HSV(B) 318.82º 0.93% 0.71% -
XYZ 23.4 11.82 21.82 -
YUV 76.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 182 13 129 0 0.93 0.29 0.29 318.82 0.87 0.38
Hex B6 D 81 0 5D 1D 1D 13F 57 26
Octal 266 15 201 0 135 35 35 477 127 46
Binary 10110110 1101 10000001 0 1011101 11101 11101 100111111 1010111 100110

Color Harmonies of #B60D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60D81

Black with #B60D81

Text Example


Text Example

White with #B60D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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