Html Css Color HEX #B60F93 Medium Violet Red

📋 copy color: '#B60F93'

red 182 ◦ green 15 ◦ blue 147

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

Shades of Medium Violet Red #B60F93

Tints of Medium Violet Red #B60F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 52.91%
G = 4.36%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B60F93 (or 0xB60F93) is known color: Medium Violet Red. HEX triplet: B6, 0F and 93. RGB value is (182,15,147). Sum of RGB (Red+Green+Blue) = 182+15+147=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60F93 is #49F06C. Grayscale: #4F4F4F. Windows color (decimal): -4845677 or 9637814. OLE color: 9637814.

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

Color convert

RGB 182 15 147 -
CMYK 0 0.92 0.19 0.29
HSL 312.57º 0.85% 0.39% -
HSV(B) 312.57º 0.92% 0.71% -
XYZ 24.73 12.39 28.69 -
YUV 79.98 165.83 200.77 -
System Red Green Blue C M Y K H S L
Decimal 182 15 147 0 0.92 0.19 0.29 312.57 0.85 0.39
Hex B6 F 93 0 5C 13 1D 139 55 27
Octal 266 17 223 0 134 23 35 471 125 47
Binary 10110110 1111 10010011 0 1011100 10011 11101 100111001 1010101 100111

Color Harmonies of #B60F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60F93

Black with #B60F93

Text Example


Text Example

White with #B60F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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