Html Css Color HEX #B60C94 Medium Violet Red

📋 copy color: '#B60C94'

red 182 ◦ green 12 ◦ blue 148

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

Shades of Medium Violet Red #B60C94

Tints of Medium Violet Red #B60C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.51%

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 53.22%
G = 3.51%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B60C94 (or 0xB60C94) is known color: Medium Violet Red. HEX triplet: B6, 0C and 94. RGB value is (182,12,148). Sum of RGB (Red+Green+Blue) = 182+12+148=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C94 is #49F36B. Grayscale: #4D4D4D. Windows color (decimal): -4846444 or 9702582. OLE color: 9702582.

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

Color convert

RGB 182 12 148 -
CMYK 0 0.93 0.19 0.29
HSL 312º 0.88% 0.38% -
HSV(B) 312º 0.93% 0.71% -
XYZ 24.77 12.35 29.09 -
YUV 78.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 182 12 148 0 0.93 0.19 0.29 312 0.88 0.38
Hex B6 C 94 0 5D 13 1D 138 58 26
Octal 266 14 224 0 135 23 35 470 130 46
Binary 10110110 1100 10010100 0 1011101 10011 11101 100111000 1011000 100110

Color Harmonies of #B60C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C94

Black with #B60C94

Text Example


Text Example

White with #B60C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C94; }

 p { color: rgb(182,12,148); }

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

background-color css

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

 a { background-color: rgb(182,12,148); }

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

border-color css

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

 span { border-color: rgb(182,12,148); }

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