#BA0FB2

Color #BA0FB2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA0FB2

Tints of Deep Magenta #BA0FB2

Color information

#BA0FB2 (or 0xBA0FB2) is unknown color: approx Deep Magenta. HEX triplet: BA, 0F and B2. RGB value is (186,15,178). Sum of RGB (Red+Green+Blue) = 186+15+178=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0FB2 is #45F04D. Grayscale: #545454. Windows color (decimal): -4583502 or 11669434. OLE color: 11669434.

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

Color convert

RGB18615178-
CMYK00.920.040.27
HSL302.81º85.07%39.41%-
HSV(B)302.81º91.94%72.94%-
XYZ28.461443.32-
YUV84.71180.65200.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 15 (6.25% from 255) = 3.96%
BLUE value IS 178 (69.92% from 255) = 46.97%
R=49.08%
G=3.96%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861517800.920.040.27302.8185.0739.41
HexBAFB205C41B12f5527
Octal27217262013443345712547
Binary1011101011111011001001011100100110111001011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0FB2; }

 p { color: rgb(186,15,178); }

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

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

 a { background-color: rgb(186,15,178); }

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

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

 span { border-color: rgb(186,15,178); }

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