Html Css Color HEX #B60F9C Medium Violet Red

📋 copy color: '#B60F9C'

red 182 ◦ green 15 ◦ blue 156

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

Shades of Medium Violet Red #B60F9C

Tints of Medium Violet Red #B60F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 51.56%
G = 4.25%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B60F9C (or 0xB60F9C) is known color: Medium Violet Red. HEX triplet: B6, 0F and 9C. RGB value is (182,15,156). Sum of RGB (Red+Green+Blue) = 182+15+156=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60F9C is #49F063. Grayscale: #505050. Windows color (decimal): -4845668 or 10227638. OLE color: 10227638.

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

Color convert

RGB 182 15 156 -
CMYK 0 0.92 0.14 0.29
HSL 309.34º 0.85% 0.39% -
HSV(B) 309.34º 0.92% 0.71% -
XYZ 25.46 12.69 32.56 -
YUV 81.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 182 15 156 0 0.92 0.14 0.29 309.34 0.85 0.39
Hex B6 F 9C 0 5C E 1D 135 55 27
Octal 266 17 234 0 134 16 35 465 125 47
Binary 10110110 1111 10011100 0 1011100 1110 11101 100110101 1010101 100111

Color Harmonies of #B60F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60F9C

Black with #B60F9C

Text Example


Text Example

White with #B60F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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