#B80273

Color #B80273 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B80273

Tints of Medium Violet Red #B80273

Color information

#B80273 (or 0xB80273) is unknown color: approx Medium Violet Red. HEX triplet: B8, 02 and 73. RGB value is (184,2,115). Sum of RGB (Red+Green+Blue) = 184+2+115=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B80273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80273 is #47FD8C. Grayscale: #454545. Windows color (decimal): -4717965 or 7537336. OLE color: 7537336.

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

Color convert

RGB1842115-
CMYK00.990.380.28
HSL322.75º97.85%36.47%-
HSV(B)322.75º98.91%72.16%-
XYZ22.8811.4717.23-
YUV69.3153.8209.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.13%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=61.13%
G=0.66%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184211500.990.380.28322.7597.8536.47
HexB8273063261C1436224
Octal27021630143463450314244
Binary1011100010111001101100011100110111001010000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80273; }

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

 H1.HeaderClassName
 {
   color: #B80273;
 }
 .AnyTagClassName
 {
   color: #B80273;
 }
</style>
background-color css

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

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

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

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

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

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