Html Css Color HEX #B60077 Medium Violet Red

📋 copy color: '#B60077'

red 182 ◦ green 0 ◦ blue 119

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

Shades of Medium Violet Red #B60077

Tints of Medium Violet Red #B60077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 60.47%
G = 0%
B = 39.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B60077 (or 0xB60077) is known color: Medium Violet Red. HEX triplet: B6, 00 and 77. RGB value is (182,0,119). Sum of RGB (Red+Green+Blue) = 182+0+119=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B60077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60077 is #49FF88. Grayscale: #434343. Windows color (decimal): -4849545 or 7798966. OLE color: 7798966.

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

Color convert

RGB 182 0 119 -
CMYK 0 1 0.35 0.29
HSL 320.77º 1% 0.36% -
HSV(B) 320.77º 1% 0.71% -
XYZ 22.62 11.28 18.44 -
YUV 67.98 156.8 209.32 -
System Red Green Blue C M Y K H S L
Decimal 182 0 119 0 1 0.35 0.29 320.77 1 0.36
Hex B6 0 77 0 64 23 1D 141 64 24
Octal 266 0 167 0 144 43 35 501 144 44
Binary 10110110 0 1110111 0 1100100 100011 11101 101000001 1100100 100100

Color Harmonies of #B60077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60077

Black with #B60077

Text Example


Text Example

White with #B60077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60077; }

 p { color: rgb(182,0,119); }

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

background-color css

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

 a { background-color: rgb(182,0,119); }

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

border-color css

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

 span { border-color: rgb(182,0,119); }

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