Html Css Color HEX #B80376 Medium Violet Red

📋 copy color: '#B80376'

red 184 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #B80376

Tints of Medium Violet Red #B80376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 60.33%
G = 0.98%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80376 (or 0xB80376) is known color: Medium Violet Red. HEX triplet: B8, 03 and 76. RGB value is (184,3,118). Sum of RGB (Red+Green+Blue) = 184+3+118=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B80376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80376 is #47FC89. Grayscale: #454545. Windows color (decimal): -4717706 or 7734200. OLE color: 7734200.

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

Color convert

RGB 184 3 118 -
CMYK 0 0.98 0.36 0.28
HSL 321.88º 0.97% 0.37% -
HSV(B) 321.88º 0.98% 0.72% -
XYZ 23.07 11.56 18.16 -
YUV 70.23 154.97 209.15 -
System Red Green Blue C M Y K H S L
Decimal 184 3 118 0 0.98 0.36 0.28 321.88 0.97 0.37
Hex B8 3 76 0 62 24 1C 142 61 25
Octal 270 3 166 0 142 44 34 502 141 45
Binary 10111000 11 1110110 0 1100010 100100 11100 101000010 1100001 100101

Color Harmonies of #B80376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80376

Black with #B80376

Text Example


Text Example

White with #B80376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80376; }

 p { color: rgb(184,3,118); }

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

background-color css

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

 a { background-color: rgb(184,3,118); }

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

border-color css

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

 span { border-color: rgb(184,3,118); }

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