Html Css Color HEX #B7048F Medium Violet Red

📋 copy color: '#B7048F'

red 183 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #B7048F

Tints of Medium Violet Red #B7048F

RGB

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

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

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

R = 55.45%
G = 1.21%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7048F (or 0xB7048F) is known color: Medium Violet Red. HEX triplet: B7, 04 and 8F. RGB value is (183,4,143). Sum of RGB (Red+Green+Blue) = 183+4+143=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7048F is #48FB70. Grayscale: #484848. Windows color (decimal): -4782961 or 9372855. OLE color: 9372855.

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

Color convert

RGB 183 4 143 -
CMYK 0 0.98 0.22 0.28
HSL 313.41º 0.96% 0.37% -
HSV(B) 313.41º 0.98% 0.72% -
XYZ 24.53 12.14 27.04 -
YUV 73.37 167.3 206.2 -
System Red Green Blue C M Y K H S L
Decimal 183 4 143 0 0.98 0.22 0.28 313.41 0.96 0.37
Hex B7 4 8F 0 62 16 1C 139 60 25
Octal 267 4 217 0 142 26 34 471 140 45
Binary 10110111 100 10001111 0 1100010 10110 11100 100111001 1100000 100101

Color Harmonies of #B7048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7048F

Black with #B7048F

Text Example


Text Example

White with #B7048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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