#BB078F

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

Shades of Medium Violet Red #BB078F

Tints of Medium Violet Red #BB078F

Color information

#BB078F (or 0xBB078F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 07 and 8F. RGB value is (187,7,143). Sum of RGB (Red+Green+Blue) = 187+7+143=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB078F is #44F870. Grayscale: #4B4B4B. Windows color (decimal): -4520049 or 9373627. OLE color: 9373627.

HSL color Cylindrical-coordinate representation of color #BB078F: hue angle of 314.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB078F is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB1877143-
CMYK00.960.240.27
HSL314.67º92.78%38.04%-
HSV(B)314.67º96.26%73.33%-
XYZ25.5312.727.09-
YUV76.32165.63206.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 7 (3.12% from 255) = 2.08%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=55.49%
G=2.08%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187714300.960.240.27314.6792.7838.04
HexBB78F060181B13b5d26
Octal27372170140303347313546
Binary10111011111100011110110000011000110111001110111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB078F; }

 p { color: rgb(187,7,143); }

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

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

 a { background-color: rgb(187,7,143); }

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

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

 span { border-color: rgb(187,7,143); }

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