Html Css Color HEX #B8087C Medium Violet Red

📋 copy color: '#B8087C'

red 184 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #B8087C

Tints of Medium Violet Red #B8087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 58.23%
G = 2.53%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8087C (or 0xB8087C) is known color: Medium Violet Red. HEX triplet: B8, 08 and 7C. RGB value is (184,8,124). Sum of RGB (Red+Green+Blue) = 184+8+124=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8087C is #47F783. Grayscale: #494949. Windows color (decimal): -4716420 or 8128696. OLE color: 8128696.

HSL color Cylindrical-coordinate representation of color #B8087C: hue angle of 320.45º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8087C is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 124 -
CMYK 0 0.96 0.33 0.28
HSL 320.45º 0.92% 0.38% -
HSV(B) 320.45º 0.96% 0.72% -
XYZ 23.49 11.82 20.11 -
YUV 73.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 184 8 124 0 0.96 0.33 0.28 320.45 0.92 0.38
Hex B8 8 7C 0 60 21 1C 140 5C 26
Octal 270 10 174 0 140 41 34 500 134 46
Binary 10111000 1000 1111100 0 1100000 100001 11100 101000000 1011100 100110

Color Harmonies of #B8087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8087C

Black with #B8087C

Text Example


Text Example

White with #B8087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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