Html Css Color HEX #B80276 Medium Violet Red

📋 copy color: '#B80276'

red 184 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #B80276

Tints of Medium Violet Red #B80276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 60.53%
G = 0.66%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80276 (or 0xB80276) is known color: Medium Violet Red. HEX triplet: B8, 02 and 76. RGB value is (184,2,118). Sum of RGB (Red+Green+Blue) = 184+2+118=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B80276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80276 is #47FD89. Grayscale: #454545. Windows color (decimal): -4717962 or 7733944. OLE color: 7733944.

HSL color Cylindrical-coordinate representation of color #B80276: hue angle of 321.76º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80276 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 118 -
CMYK 0 0.99 0.36 0.28
HSL 321.76º 0.98% 0.36% -
HSV(B) 321.76º 0.99% 0.72% -
XYZ 23.06 11.54 18.15 -
YUV 69.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 184 2 118 0 0.99 0.36 0.28 321.76 0.98 0.36
Hex B8 2 76 0 63 24 1C 142 62 24
Octal 270 2 166 0 143 44 34 502 142 44
Binary 10111000 10 1110110 0 1100011 100100 11100 101000010 1100010 100100

Color Harmonies of #B80276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80276

Black with #B80276

Text Example


Text Example

White with #B80276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80276; }

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

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

background-color css

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

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

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

border-color css

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

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

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