Html Css Color HEX #B8049F Medium Violet Red

📋 copy color: '#B8049F'

red 184 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #B8049F

Tints of Medium Violet Red #B8049F

RGB

 RED value IS 184 (72.27% from 255) = 53.03%

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

 BLUE value IS 159 (62.5% from 255) = 45.82%

R = 53.03%
G = 1.15%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8049F (or 0xB8049F) is known color: Medium Violet Red. HEX triplet: B8, 04 and 9F. RGB value is (184,4,159). Sum of RGB (Red+Green+Blue) = 184+4+159=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8049F is #47FB60. Grayscale: #4B4B4B. Windows color (decimal): -4717409 or 10421432. OLE color: 10421432.

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

Color convert

RGB 184 4 159 -
CMYK 0 0.98 0.14 0.28
HSL 308.33º 0.96% 0.37% -
HSV(B) 308.33º 0.98% 0.72% -
XYZ 26.07 12.78 33.89 -
YUV 75.49 175.13 205.4 -
System Red Green Blue C M Y K H S L
Decimal 184 4 159 0 0.98 0.14 0.28 308.33 0.96 0.37
Hex B8 4 9F 0 62 E 1C 134 60 25
Octal 270 4 237 0 142 16 34 464 140 45
Binary 10111000 100 10011111 0 1100010 1110 11100 100110100 1100000 100101

Color Harmonies of #B8049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8049F

Black with #B8049F

Text Example


Text Example

White with #B8049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8049F; }

 p { color: rgb(184,4,159); }

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

background-color css

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

 a { background-color: rgb(184,4,159); }

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

border-color css

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

 span { border-color: rgb(184,4,159); }

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