Html Css Color HEX #B6177C Medium Violet Red

📋 copy color: '#B6177C'

red 182 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #B6177C

Tints of Medium Violet Red #B6177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 55.32%
G = 6.99%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6177C (or 0xB6177C) is known color: Medium Violet Red. HEX triplet: B6, 17 and 7C. RGB value is (182,23,124). Sum of RGB (Red+Green+Blue) = 182+23+124=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6177C is #49E883. Grayscale: #515151. Windows color (decimal): -4843652 or 8132534. OLE color: 8132534.

HSL color Cylindrical-coordinate representation of color #B6177C: hue angle of 321.89º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6177C is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 23 124 -
CMYK 0 0.87 0.32 0.29
HSL 321.89º 0.78% 0.4% -
HSV(B) 321.89º 0.87% 0.71% -
XYZ 23.24 12.01 20.16 -
YUV 82.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 182 23 124 0 0.87 0.32 0.29 321.89 0.78 0.4
Hex B6 17 7C 0 57 20 1D 142 4E 28
Octal 266 27 174 0 127 40 35 502 116 50
Binary 10110110 10111 1111100 0 1010111 100000 11101 101000010 1001110 101000

Color Harmonies of #B6177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6177C

Black with #B6177C

Text Example


Text Example

White with #B6177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6177C; }

 p { color: rgb(182,23,124); }

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

background-color css

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

 a { background-color: rgb(182,23,124); }

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

border-color css

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

 span { border-color: rgb(182,23,124); }

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