Html Css Color HEX #B8049E Medium Violet Red

📋 copy color: '#B8049E'

red 184 ◦ green 4 ◦ blue 158

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

Shades of Medium Violet Red #B8049E

Tints of Medium Violet Red #B8049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.66%

R = 53.18%
G = 1.16%
B = 45.66%

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

#B8049E (or 0xB8049E) is known color: Medium Violet Red. HEX triplet: B8, 04 and 9E. RGB value is (184,4,158). Sum of RGB (Red+Green+Blue) = 184+4+158=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8049E is #47FB61. Grayscale: #4A4A4A. Windows color (decimal): -4717410 or 10355896. OLE color: 10355896.

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

Color convert

RGB 184 4 158 -
CMYK 0 0.98 0.14 0.28
HSL 308.67º 0.96% 0.37% -
HSV(B) 308.67º 0.98% 0.72% -
XYZ 25.98 12.75 33.44 -
YUV 75.38 174.63 205.48 -
System Red Green Blue C M Y K H S L
Decimal 184 4 158 0 0.98 0.14 0.28 308.67 0.96 0.37
Hex B8 4 9E 0 62 E 1C 135 60 25
Octal 270 4 236 0 142 16 34 465 140 45
Binary 10111000 100 10011110 0 1100010 1110 11100 100110101 1100000 100101

Color Harmonies of #B8049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8049E

Black with #B8049E

Text Example


Text Example

White with #B8049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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