Html Css Color HEX #B60CA5 Medium Violet Red

📋 copy color: '#B60CA5'

red 182 ◦ green 12 ◦ blue 165

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

Shades of Medium Violet Red #B60CA5

Tints of Medium Violet Red #B60CA5

RGB

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

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

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

R = 50.7%
G = 3.34%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B60CA5 (or 0xB60CA5) is known color: Medium Violet Red. HEX triplet: B6, 0C and A5. RGB value is (182,12,165). Sum of RGB (Red+Green+Blue) = 182+12+165=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B60CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60CA5 is #49F35A. Grayscale: #4F4F4F. Windows color (decimal): -4846427 or 10816694. OLE color: 10816694.

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

Color convert

RGB 182 12 165 -
CMYK 0 0.93 0.09 0.29
HSL 306º 0.88% 0.38% -
HSV(B) 306º 0.93% 0.71% -
XYZ 26.21 12.92 36.71 -
YUV 80.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 182 12 165 0 0.93 0.09 0.29 306 0.88 0.38
Hex B6 C A5 0 5D 9 1D 132 58 26
Octal 266 14 245 0 135 11 35 462 130 46
Binary 10110110 1100 10100101 0 1011101 1001 11101 100110010 1011000 100110

Color Harmonies of #B60CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CA5

Black with #B60CA5

Text Example


Text Example

White with #B60CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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