Html Css Color HEX #B60EA5 Medium Violet Red

📋 copy color: '#B60EA5'

red 182 ◦ green 14 ◦ blue 165

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

Shades of Medium Violet Red #B60EA5

Tints of Medium Violet Red #B60EA5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.88%

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 50.42%
G = 3.88%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B60EA5 (or 0xB60EA5) is known color: Medium Violet Red. HEX triplet: B6, 0E and A5. RGB value is (182,14,165). Sum of RGB (Red+Green+Blue) = 182+14+165=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B60EA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60EA5 is #49F15A. Grayscale: #515151. Windows color (decimal): -4845915 or 10817206. OLE color: 10817206.

HSL color Cylindrical-coordinate representation of color #B60EA5: hue angle of 306.07º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60EA5 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 14 165 -
CMYK 0 0.92 0.09 0.29
HSL 306.07º 0.86% 0.38% -
HSV(B) 306.07º 0.92% 0.71% -
XYZ 26.24 12.98 36.72 -
YUV 81.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 182 14 165 0 0.92 0.09 0.29 306.07 0.86 0.38
Hex B6 E A5 0 5C 9 1D 132 56 26
Octal 266 16 245 0 134 11 35 462 126 46
Binary 10110110 1110 10100101 0 1011100 1001 11101 100110010 1010110 100110

Color Harmonies of #B60EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60EA5

Black with #B60EA5

Text Example


Text Example

White with #B60EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60EA5; }

 p { color: rgb(182,14,165); }

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

background-color css

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

 a { background-color: rgb(182,14,165); }

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

border-color css

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

 span { border-color: rgb(182,14,165); }

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