#BB0078

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

Shades of Medium Violet Red #BB0078

Tints of Medium Violet Red #BB0078

Color information

#BB0078 (or 0xBB0078) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 78. RGB value is (187,0,120). Sum of RGB (Red+Green+Blue) = 187+0+120=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0078 is #44FF87. Grayscale: #454545. Windows color (decimal): -4521864 or 7864507. OLE color: 7864507.

HSL color Cylindrical-coordinate representation of color #BB0078: hue angle of 321.5º 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 #BB0078 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB1870120-
CMYK010.360.27
HSL321.5º100%36.67%-
HSV(B)321.5º100%73.33%-
XYZ23.8811.9218.81-
YUV69.59156.45211.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=60.91%
G=0%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870120010.360.27321.510036.67
HexBB078064241B1416425
Octal27301700144443350114445
Binary101110110111100001100100100100110111010000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0078; }

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

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

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

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

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

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

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

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