Html Css Color HEX #B6127C Medium Violet Red

📋 copy color: '#B6127C'

red 182 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #B6127C

Tints of Medium Violet Red #B6127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

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

R = 56.17%
G = 5.56%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6127C (or 0xB6127C) is known color: Medium Violet Red. HEX triplet: B6, 12 and 7C. RGB value is (182,18,124). Sum of RGB (Red+Green+Blue) = 182+18+124=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6127C is #49ED83. Grayscale: #4E4E4E. Windows color (decimal): -4844932 or 8131254. OLE color: 8131254.

HSL color Cylindrical-coordinate representation of color #B6127C: hue angle of 321.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6127C is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 124 -
CMYK 0 0.90 0.32 0.29
HSL 321.22º 0.82% 0.39% -
HSV(B) 321.22º 0.9% 0.71% -
XYZ 23.15 11.83 20.13 -
YUV 79.12 153.33 201.38 -
System Red Green Blue C M Y K H S L
Decimal 182 18 124 0 0.90 0.32 0.29 321.22 0.82 0.39
Hex B6 12 7C 0 5A 20 1D 141 52 27
Octal 266 22 174 0 132 40 35 501 122 47
Binary 10110110 10010 1111100 0 1011010 100000 11101 101000001 1010010 100111

Color Harmonies of #B6127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6127C

Black with #B6127C

Text Example


Text Example

White with #B6127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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