Html Css Color HEX #B60D8F Medium Violet Red

📋 copy color: '#B60D8F'

red 182 ◦ green 13 ◦ blue 143

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

Shades of Medium Violet Red #B60D8F

Tints of Medium Violet Red #B60D8F

RGB

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

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

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

R = 53.85%
G = 3.85%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B60D8F (or 0xB60D8F) is known color: Medium Violet Red. HEX triplet: B6, 0D and 8F. RGB value is (182,13,143). Sum of RGB (Red+Green+Blue) = 182+13+143=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60D8F is #49F270. Grayscale: #4E4E4E. Windows color (decimal): -4846193 or 9375158. OLE color: 9375158.

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

Color convert

RGB 182 13 143 -
CMYK 0 0.93 0.21 0.29
HSL 313.85º 0.87% 0.38% -
HSV(B) 313.85º 0.93% 0.71% -
XYZ 24.39 12.22 27.06 -
YUV 78.35 164.49 201.93 -
System Red Green Blue C M Y K H S L
Decimal 182 13 143 0 0.93 0.21 0.29 313.85 0.87 0.38
Hex B6 D 8F 0 5D 15 1D 13A 57 26
Octal 266 15 217 0 135 25 35 472 127 46
Binary 10110110 1101 10001111 0 1011101 10101 11101 100111010 1010111 100110

Color Harmonies of #B60D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60D8F

Black with #B60D8F

Text Example


Text Example

White with #B60D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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