Html Css Color HEX #B7047F Medium Violet Red

📋 copy color: '#B7047F'

red 183 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #B7047F

Tints of Medium Violet Red #B7047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 58.28%
G = 1.27%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7047F (or 0xB7047F) is known color: Medium Violet Red. HEX triplet: B7, 04 and 7F. RGB value is (183,4,127). Sum of RGB (Red+Green+Blue) = 183+4+127=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7047F is #48FB80. Grayscale: #474747. Windows color (decimal): -4782977 or 8324279. OLE color: 8324279.

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

Color convert

RGB 183 4 127 -
CMYK 0 0.98 0.31 0.28
HSL 318.77º 0.96% 0.37% -
HSV(B) 318.77º 0.98% 0.72% -
XYZ 23.4 11.69 21.1 -
YUV 71.54 159.3 207.5 -
System Red Green Blue C M Y K H S L
Decimal 183 4 127 0 0.98 0.31 0.28 318.77 0.96 0.37
Hex B7 4 7F 0 62 1F 1C 13F 60 25
Octal 267 4 177 0 142 37 34 477 140 45
Binary 10110111 100 1111111 0 1100010 11111 11100 100111111 1100000 100101

Color Harmonies of #B7047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7047F

Black with #B7047F

Text Example


Text Example

White with #B7047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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