Html Css Color HEX #B8049C Medium Violet Red

📋 copy color: '#B8049C'

red 184 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #B8049C

Tints of Medium Violet Red #B8049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 53.49%
G = 1.16%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8049C (or 0xB8049C) is known color: Medium Violet Red. HEX triplet: B8, 04 and 9C. RGB value is (184,4,156). Sum of RGB (Red+Green+Blue) = 184+4+156=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8049C is #47FB63. Grayscale: #4A4A4A. Windows color (decimal): -4717412 or 10224824. OLE color: 10224824.

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

Color convert

RGB 184 4 156 -
CMYK 0 0.98 0.15 0.28
HSL 309.33º 0.96% 0.37% -
HSV(B) 309.33º 0.98% 0.72% -
XYZ 25.81 12.68 32.54 -
YUV 75.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 184 4 156 0 0.98 0.15 0.28 309.33 0.96 0.37
Hex B8 4 9C 0 62 F 1C 135 60 25
Octal 270 4 234 0 142 17 34 465 140 45
Binary 10111000 100 10011100 0 1100010 1111 11100 100110101 1100000 100101

Color Harmonies of #B8049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8049C

Black with #B8049C

Text Example


Text Example

White with #B8049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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