#BB0073

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

Shades of Medium Violet Red #BB0073

Tints of Medium Violet Red #BB0073

Color information

#BB0073 (or 0xBB0073) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 73. RGB value is (187,0,115). Sum of RGB (Red+Green+Blue) = 187+0+115=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0073 is #44FF8C. Grayscale: #444444. Windows color (decimal): -4521869 or 7536827. OLE color: 7536827.

HSL color Cylindrical-coordinate representation of color #BB0073: hue angle of 323.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0073 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB1870115-
CMYK010.390.27
HSL323.1º100%36.67%-
HSV(B)323.1º100%73.33%-
XYZ23.5911.817.25-
YUV69.02153.95212.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=61.92%
G=0%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870115010.390.27323.110036.67
HexBB073064271B1436425
Octal27301630144473350314445
Binary101110110111001101100100100111110111010000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0073; }

 p { color: rgb(187,0,115); }

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

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

 a { background-color: rgb(187,0,115); }

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

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

 span { border-color: rgb(187,0,115); }

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