Html Css Color HEX #B60280 Medium Violet Red

📋 copy color: '#B60280'

red 182 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #B60280

Tints of Medium Violet Red #B60280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 58.33%
G = 0.64%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B60280 (or 0xB60280) is known color: Medium Violet Red. HEX triplet: B6, 02 and 80. RGB value is (182,2,128). Sum of RGB (Red+Green+Blue) = 182+2+128=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B60280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60280 is #49FD7F. Grayscale: #454545. Windows color (decimal): -4849024 or 8389302. OLE color: 8389302.

HSL color Cylindrical-coordinate representation of color #B60280: hue angle of 318º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60280 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 128 -
CMYK 0 0.99 0.30 0.29
HSL 318º 0.98% 0.36% -
HSV(B) 318º 0.99% 0.71% -
XYZ 23.21 11.55 21.43 -
YUV 70.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 182 2 128 0 0.99 0.30 0.29 318 0.98 0.36
Hex B6 2 80 0 63 1E 1D 13E 62 24
Octal 266 2 200 0 143 36 35 476 142 44
Binary 10110110 10 10000000 0 1100011 11110 11101 100111110 1100010 100100

Color Harmonies of #B60280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60280

Black with #B60280

Text Example


Text Example

White with #B60280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60280; }

 p { color: rgb(182,2,128); }

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

background-color css

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

 a { background-color: rgb(182,2,128); }

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

border-color css

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

 span { border-color: rgb(182,2,128); }

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