Html Css Color HEX #B8077C Medium Violet Red

📋 copy color: '#B8077C'

red 184 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #B8077C

Tints of Medium Violet Red #B8077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

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

R = 58.41%
G = 2.22%
B = 39.37%

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

#B8077C (or 0xB8077C) is known color: Medium Violet Red. HEX triplet: B8, 07 and 7C. RGB value is (184,7,124). Sum of RGB (Red+Green+Blue) = 184+7+124=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8077C is #47F883. Grayscale: #484848. Windows color (decimal): -4716676 or 8128440. OLE color: 8128440.

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

Color convert

RGB 184 7 124 -
CMYK 0 0.96 0.33 0.28
HSL 320.34º 0.93% 0.37% -
HSV(B) 320.34º 0.96% 0.72% -
XYZ 23.48 11.8 20.11 -
YUV 73.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 184 7 124 0 0.96 0.33 0.28 320.34 0.93 0.37
Hex B8 7 7C 0 60 21 1C 140 5D 25
Octal 270 7 174 0 140 41 34 500 135 45
Binary 10111000 111 1111100 0 1100000 100001 11100 101000000 1011101 100101

Color Harmonies of #B8077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8077C

Black with #B8077C

Text Example


Text Example

White with #B8077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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