Html Css Color HEX #B7147F Medium Violet Red

📋 copy color: '#B7147F'

red 183 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #B7147F

Tints of Medium Violet Red #B7147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 55.45%
G = 6.06%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7147F (or 0xB7147F) is known color: Medium Violet Red. HEX triplet: B7, 14 and 7F. RGB value is (183,20,127). Sum of RGB (Red+Green+Blue) = 183+20+127=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7147F is #48EB80. Grayscale: #505050. Windows color (decimal): -4778881 or 8328375. OLE color: 8328375.

HSL color Cylindrical-coordinate representation of color #B7147F: hue angle of 320.61º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7147F is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 127 -
CMYK 0 0.89 0.31 0.28
HSL 320.61º 0.8% 0.4% -
HSV(B) 320.61º 0.89% 0.72% -
XYZ 23.61 12.1 21.17 -
YUV 80.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 183 20 127 0 0.89 0.31 0.28 320.61 0.8 0.4
Hex B7 14 7F 0 59 1F 1C 141 50 28
Octal 267 24 177 0 131 37 34 501 120 50
Binary 10110111 10100 1111111 0 1011001 11111 11100 101000001 1010000 101000

Color Harmonies of #B7147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7147F

Black with #B7147F

Text Example


Text Example

White with #B7147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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