Html Css Color HEX #B60282 Medium Violet Red

📋 copy color: '#B60282'

red 182 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #B60282

Tints of Medium Violet Red #B60282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 57.96%
G = 0.64%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B60282 (or 0xB60282) is known color: Medium Violet Red. HEX triplet: B6, 02 and 82. RGB value is (182,2,130). Sum of RGB (Red+Green+Blue) = 182+2+130=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B60282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60282 is #49FD7D. Grayscale: #464646. Windows color (decimal): -4849022 or 8520374. OLE color: 8520374.

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

Color convert

RGB 182 2 130 -
CMYK 0 0.99 0.29 0.29
HSL 317.33º 0.98% 0.36% -
HSV(B) 317.33º 0.99% 0.71% -
XYZ 23.34 11.6 22.13 -
YUV 70.41 161.63 207.59 -
System Red Green Blue C M Y K H S L
Decimal 182 2 130 0 0.99 0.29 0.29 317.33 0.98 0.36
Hex B6 2 82 0 63 1D 1D 13D 62 24
Octal 266 2 202 0 143 35 35 475 142 44
Binary 10110110 10 10000010 0 1100011 11101 11101 100111101 1100010 100100

Color Harmonies of #B60282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60282

Black with #B60282

Text Example


Text Example

White with #B60282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60282; }

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

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

background-color css

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

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

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

border-color css

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

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

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