Html Css Color HEX #B60F73 Medium Violet Red

📋 copy color: '#B60F73'

red 182 ◦ green 15 ◦ blue 115

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

Shades of Medium Violet Red #B60F73

Tints of Medium Violet Red #B60F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.81%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 58.33%
G = 4.81%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B60F73 (or 0xB60F73) is known color: Medium Violet Red. HEX triplet: B6, 0F and 73. RGB value is (182,15,115). Sum of RGB (Red+Green+Blue) = 182+15+115=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60F73 is #49F08C. Grayscale: #4C4C4C. Windows color (decimal): -4845709 or 7540662. OLE color: 7540662.

HSL color Cylindrical-coordinate representation of color #B60F73: hue angle of 324.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F73 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 15 115 -
CMYK 0 0.92 0.37 0.29
HSL 324.07º 0.85% 0.39% -
HSV(B) 324.07º 0.92% 0.71% -
XYZ 22.56 11.52 17.26 -
YUV 76.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 182 15 115 0 0.92 0.37 0.29 324.07 0.85 0.39
Hex B6 F 73 0 5C 25 1D 144 55 27
Octal 266 17 163 0 134 45 35 504 125 47
Binary 10110110 1111 1110011 0 1011100 100101 11101 101000100 1010101 100111

Color Harmonies of #B60F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60F73

Black with #B60F73

Text Example


Text Example

White with #B60F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60F73; }

 p { color: rgb(182,15,115); }

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

background-color css

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

 a { background-color: rgb(182,15,115); }

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

border-color css

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

 span { border-color: rgb(182,15,115); }

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