Html Css Color HEX #B60F8F Medium Violet Red

📋 copy color: '#B60F8F'

red 182 ◦ green 15 ◦ blue 143

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

Shades of Medium Violet Red #B60F8F

Tints of Medium Violet Red #B60F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.06%

R = 53.53%
G = 4.41%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B60F8F (or 0xB60F8F) is known color: Medium Violet Red. HEX triplet: B6, 0F and 8F. RGB value is (182,15,143). Sum of RGB (Red+Green+Blue) = 182+15+143=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60F8F is #49F070. Grayscale: #4F4F4F. Windows color (decimal): -4845681 or 9375670. OLE color: 9375670.

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

Color convert

RGB 182 15 143 -
CMYK 0 0.92 0.21 0.29
HSL 314.01º 0.85% 0.39% -
HSV(B) 314.01º 0.92% 0.71% -
XYZ 24.42 12.27 27.07 -
YUV 79.53 163.83 201.09 -
System Red Green Blue C M Y K H S L
Decimal 182 15 143 0 0.92 0.21 0.29 314.01 0.85 0.39
Hex B6 F 8F 0 5C 15 1D 13A 55 27
Octal 266 17 217 0 134 25 35 472 125 47
Binary 10110110 1111 10001111 0 1011100 10101 11101 100111010 1010101 100111

Color Harmonies of #B60F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60F8F

Black with #B60F8F

Text Example


Text Example

White with #B60F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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