Html Css Color HEX #B8049B Medium Violet Red

📋 copy color: '#B8049B'

red 184 ◦ green 4 ◦ blue 155

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

Shades of Medium Violet Red #B8049B

Tints of Medium Violet Red #B8049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 53.64%
G = 1.17%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8049B (or 0xB8049B) is known color: Medium Violet Red. HEX triplet: B8, 04 and 9B. RGB value is (184,4,155). Sum of RGB (Red+Green+Blue) = 184+4+155=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8049B is #47FB64. Grayscale: #4A4A4A. Windows color (decimal): -4717413 or 10159288. OLE color: 10159288.

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

Color convert

RGB 184 4 155 -
CMYK 0 0.98 0.16 0.28
HSL 309.67º 0.96% 0.37% -
HSV(B) 309.67º 0.98% 0.72% -
XYZ 25.73 12.64 32.09 -
YUV 75.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 184 4 155 0 0.98 0.16 0.28 309.67 0.96 0.37
Hex B8 4 9B 0 62 10 1C 136 60 25
Octal 270 4 233 0 142 20 34 466 140 45
Binary 10111000 100 10011011 0 1100010 10000 11100 100110110 1100000 100101

Color Harmonies of #B8049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8049B

Black with #B8049B

Text Example


Text Example

White with #B8049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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