Html Css Color HEX #B60C74 Medium Violet Red

📋 copy color: '#B60C74'

red 182 ◦ green 12 ◦ blue 116

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

Shades of Medium Violet Red #B60C74

Tints of Medium Violet Red #B60C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 58.71%
G = 3.87%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B60C74 (or 0xB60C74) is known color: Medium Violet Red. HEX triplet: B6, 0C and 74. RGB value is (182,12,116). Sum of RGB (Red+Green+Blue) = 182+12+116=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C74 is #49F38B. Grayscale: #4A4A4A. Windows color (decimal): -4846476 or 7605430. OLE color: 7605430.

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

Color convert

RGB 182 12 116 -
CMYK 0 0.93 0.36 0.29
HSL 323.29º 0.88% 0.38% -
HSV(B) 323.29º 0.93% 0.71% -
XYZ 22.58 11.47 17.55 -
YUV 74.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 182 12 116 0 0.93 0.36 0.29 323.29 0.88 0.38
Hex B6 C 74 0 5D 24 1D 143 58 26
Octal 266 14 164 0 135 44 35 503 130 46
Binary 10110110 1100 1110100 0 1011101 100100 11101 101000011 1011000 100110

Color Harmonies of #B60C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C74

Black with #B60C74

Text Example


Text Example

White with #B60C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C74; }

 p { color: rgb(182,12,116); }

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

background-color css

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

 a { background-color: rgb(182,12,116); }

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

border-color css

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

 span { border-color: rgb(182,12,116); }

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