Html Css Color HEX #B8047C Medium Violet Red

📋 copy color: '#B8047C'

red 184 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #B8047C

Tints of Medium Violet Red #B8047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 58.97%
G = 1.28%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8047C (or 0xB8047C) is known color: Medium Violet Red. HEX triplet: B8, 04 and 7C. RGB value is (184,4,124). Sum of RGB (Red+Green+Blue) = 184+4+124=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8047C is #47FB83. Grayscale: #474747. Windows color (decimal): -4717444 or 8127672. OLE color: 8127672.

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

Color convert

RGB 184 4 124 -
CMYK 0 0.98 0.33 0.28
HSL 320º 0.96% 0.37% -
HSV(B) 320º 0.98% 0.72% -
XYZ 23.45 11.73 20.1 -
YUV 71.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 184 4 124 0 0.98 0.33 0.28 320 0.96 0.37
Hex B8 4 7C 0 62 21 1C 140 60 25
Octal 270 4 174 0 142 41 34 500 140 45
Binary 10111000 100 1111100 0 1100010 100001 11100 101000000 1100000 100101

Color Harmonies of #B8047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8047C

Black with #B8047C

Text Example


Text Example

White with #B8047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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