Html Css Color HEX #B60182 Medium Violet Red

📋 copy color: '#B60182'

red 182 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #B60182

Tints of Medium Violet Red #B60182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 58.15%
G = 0.32%
B = 41.53%

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

#B60182 (or 0xB60182) is known color: Medium Violet Red. HEX triplet: B6, 01 and 82. RGB value is (182,1,130). Sum of RGB (Red+Green+Blue) = 182+1+130=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B60182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60182 is #49FE7D. Grayscale: #454545. Windows color (decimal): -4849278 or 8520118. OLE color: 8520118.

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

Color convert

RGB 182 1 130 -
CMYK 0 0.99 0.29 0.29
HSL 317.24º 0.99% 0.36% -
HSV(B) 317.24º 0.99% 0.71% -
XYZ 23.33 11.58 22.12 -
YUV 69.83 161.97 208.01 -
System Red Green Blue C M Y K H S L
Decimal 182 1 130 0 0.99 0.29 0.29 317.24 0.99 0.36
Hex B6 1 82 0 63 1D 1D 13D 63 24
Octal 266 1 202 0 143 35 35 475 143 44
Binary 10110110 1 10000010 0 1100011 11101 11101 100111101 1100011 100100

Color Harmonies of #B60182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60182

Black with #B60182

Text Example


Text Example

White with #B60182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60182; }

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

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

background-color css

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

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

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

border-color css

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

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

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