Html Css Color HEX #B60482 Medium Violet Red

📋 copy color: '#B60482'

red 182 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #B60482

Tints of Medium Violet Red #B60482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 57.59%
G = 1.27%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B60482 (or 0xB60482) is known color: Medium Violet Red. HEX triplet: B6, 04 and 82. RGB value is (182,4,130). Sum of RGB (Red+Green+Blue) = 182+4+130=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B60482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60482 is #49FB7D. Grayscale: #474747. Windows color (decimal): -4848510 or 8520886. OLE color: 8520886.

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

Color convert

RGB 182 4 130 -
CMYK 0 0.98 0.29 0.29
HSL 317.53º 0.96% 0.36% -
HSV(B) 317.53º 0.98% 0.71% -
XYZ 23.36 11.64 22.14 -
YUV 71.59 160.97 206.75 -
System Red Green Blue C M Y K H S L
Decimal 182 4 130 0 0.98 0.29 0.29 317.53 0.96 0.36
Hex B6 4 82 0 62 1D 1D 13E 60 24
Octal 266 4 202 0 142 35 35 476 140 44
Binary 10110110 100 10000010 0 1100010 11101 11101 100111110 1100000 100100

Color Harmonies of #B60482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60482

Black with #B60482

Text Example


Text Example

White with #B60482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60482; }

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

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

background-color css

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

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

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

border-color css

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

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

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