Html Css Color HEX #B7127F Medium Violet Red

📋 copy color: '#B7127F'

red 183 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #B7127F

Tints of Medium Violet Red #B7127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.72%

R = 55.79%
G = 5.49%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7127F (or 0xB7127F) is known color: Medium Violet Red. HEX triplet: B7, 12 and 7F. RGB value is (183,18,127). Sum of RGB (Red+Green+Blue) = 183+18+127=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7127F is #48ED80. Grayscale: #4F4F4F. Windows color (decimal): -4779393 or 8327863. OLE color: 8327863.

HSL color Cylindrical-coordinate representation of color #B7127F: hue angle of 320.36º 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 #B7127F is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 127 -
CMYK 0 0.90 0.31 0.28
HSL 320.36º 0.82% 0.39% -
HSV(B) 320.36º 0.9% 0.72% -
XYZ 23.58 12.03 21.16 -
YUV 79.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 183 18 127 0 0.90 0.31 0.28 320.36 0.82 0.39
Hex B7 12 7F 0 5A 1F 1C 140 52 27
Octal 267 22 177 0 132 37 34 500 122 47
Binary 10110111 10010 1111111 0 1011010 11111 11100 101000000 1010010 100111

Color Harmonies of #B7127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7127F

Black with #B7127F

Text Example


Text Example

White with #B7127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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