Html Css Color HEX #B7127C Medium Violet Red

📋 copy color: '#B7127C'

red 183 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #B7127C

Tints of Medium Violet Red #B7127C

RGB

 RED value IS 183 (71.88% from 255) = 56.31%

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

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

R = 56.31%
G = 5.54%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7127C (or 0xB7127C) is known color: Medium Violet Red. HEX triplet: B7, 12 and 7C. RGB value is (183,18,124). Sum of RGB (Red+Green+Blue) = 183+18+124=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7127C is #48ED83. Grayscale: #4F4F4F. Windows color (decimal): -4779396 or 8131255. OLE color: 8131255.

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

Color convert

RGB 183 18 124 -
CMYK 0 0.90 0.32 0.28
HSL 321.45º 0.82% 0.39% -
HSV(B) 321.45º 0.9% 0.72% -
XYZ 23.38 11.96 20.14 -
YUV 79.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 183 18 124 0 0.90 0.32 0.28 321.45 0.82 0.39
Hex B7 12 7C 0 5A 20 1C 141 52 27
Octal 267 22 174 0 132 40 34 501 122 47
Binary 10110111 10010 1111100 0 1011010 100000 11100 101000001 1010010 100111

Color Harmonies of #B7127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7127C

Black with #B7127C

Text Example


Text Example

White with #B7127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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