Html Css Color HEX #B8048C Medium Violet Red

📋 copy color: '#B8048C'

red 184 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #B8048C

Tints of Medium Violet Red #B8048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 56.1%
G = 1.22%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8048C (or 0xB8048C) is known color: Medium Violet Red. HEX triplet: B8, 04 and 8C. RGB value is (184,4,140). Sum of RGB (Red+Green+Blue) = 184+4+140=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8048C is #47FB73. Grayscale: #484848. Windows color (decimal): -4717428 or 9176248. OLE color: 9176248.

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

Color convert

RGB 184 4 140 -
CMYK 0 0.98 0.24 0.28
HSL 314.67º 0.96% 0.37% -
HSV(B) 314.67º 0.98% 0.72% -
XYZ 24.54 12.17 25.87 -
YUV 73.32 165.63 206.94 -
System Red Green Blue C M Y K H S L
Decimal 184 4 140 0 0.98 0.24 0.28 314.67 0.96 0.37
Hex B8 4 8C 0 62 18 1C 13B 60 25
Octal 270 4 214 0 142 30 34 473 140 45
Binary 10111000 100 10001100 0 1100010 11000 11100 100111011 1100000 100101

Color Harmonies of #B8048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8048C

Black with #B8048C

Text Example


Text Example

White with #B8048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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