Html Css Color HEX #B60882 Medium Violet Red

📋 copy color: '#B60882'

red 182 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #B60882

Tints of Medium Violet Red #B60882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

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

R = 56.88%
G = 2.5%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B60882 (or 0xB60882) is known color: Medium Violet Red. HEX triplet: B6, 08 and 82. RGB value is (182,8,130). Sum of RGB (Red+Green+Blue) = 182+8+130=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B60882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60882 is #49F77D. Grayscale: #494949. Windows color (decimal): -4847486 or 8521910. OLE color: 8521910.

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

Color convert

RGB 182 8 130 -
CMYK 0 0.96 0.29 0.29
HSL 317.93º 0.92% 0.37% -
HSV(B) 317.93º 0.96% 0.71% -
XYZ 23.41 11.73 22.15 -
YUV 73.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 182 8 130 0 0.96 0.29 0.29 317.93 0.92 0.37
Hex B6 8 82 0 60 1D 1D 13E 5C 25
Octal 266 10 202 0 140 35 35 476 134 45
Binary 10110110 1000 10000010 0 1100000 11101 11101 100111110 1011100 100101

Color Harmonies of #B60882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60882

Black with #B60882

Text Example


Text Example

White with #B60882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60882; }

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

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

background-color css

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

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

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

border-color css

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

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

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