Html Css Color HEX #B7128F Medium Violet Red

📋 copy color: '#B7128F'

red 183 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #B7128F

Tints of Medium Violet Red #B7128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 53.2%
G = 5.23%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7128F (or 0xB7128F) is known color: Medium Violet Red. HEX triplet: B7, 12 and 8F. RGB value is (183,18,143). Sum of RGB (Red+Green+Blue) = 183+18+143=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7128F is #48ED70. Grayscale: #515151. Windows color (decimal): -4779377 or 9376439. OLE color: 9376439.

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

Color convert

RGB 183 18 143 -
CMYK 0 0.90 0.22 0.28
HSL 314.55º 0.82% 0.39% -
HSV(B) 314.55º 0.9% 0.72% -
XYZ 24.7 12.48 27.09 -
YUV 81.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 183 18 143 0 0.90 0.22 0.28 314.55 0.82 0.39
Hex B7 12 8F 0 5A 16 1C 13B 52 27
Octal 267 22 217 0 132 26 34 473 122 47
Binary 10110111 10010 10001111 0 1011010 10110 11100 100111011 1010010 100111

Color Harmonies of #B7128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7128F

Black with #B7128F

Text Example


Text Example

White with #B7128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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