#BB0F9A

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

Shades of Medium Violet Red #BB0F9A

Tints of Medium Violet Red #BB0F9A

Color information

#BB0F9A (or 0xBB0F9A) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0F and 9A. RGB value is (187,15,154). Sum of RGB (Red+Green+Blue) = 187+15+154=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F9A is #44F065. Grayscale: #515151. Windows color (decimal): -4517990 or 10096571. OLE color: 10096571.

HSL color Cylindrical-coordinate representation of color #BB0F9A: hue angle of 311.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F9A is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18715154-
CMYK00.920.180.27
HSL311.51º85.15%39.61%-
HSV(B)311.51º91.98%73.33%-
XYZ26.513.2431.73-
YUV82.27168.48202.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 15 (6.25% from 255) = 4.21%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=52.53%
G=4.21%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871515400.920.180.27311.5185.1539.61
HexBBF9A05C121B1385528
Octal273172320134223347012550
Binary101110111111100110100101110010010110111001110001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0F9A; }

 p { color: rgb(187,15,154); }

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

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

 a { background-color: rgb(187,15,154); }

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

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

 span { border-color: rgb(187,15,154); }

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