#BA0CBF

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

Shades of Deep Magenta #BA0CBF

Tints of Deep Magenta #BA0CBF

Color information

#BA0CBF (or 0xBA0CBF) is unknown color: approx Deep Magenta. HEX triplet: BA, 0C and BF. RGB value is (186,12,191). Sum of RGB (Red+Green+Blue) = 186+12+191=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CBF is #45F340. Grayscale: #535353. Windows color (decimal): -4584257 or 12520634. OLE color: 12520634.

HSL color Cylindrical-coordinate representation of color #BA0CBF: hue angle of 298.32º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CBF is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18612191-
CMYK0.030.9400.25
HSL298.32º88.18%39.8%-
HSV(B)298.32º93.72%74.9%-
XYZ29.7914.4650.51-
YUV84.43188.15200.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 191 (75% from 255) = 49.10%
R=47.81%
G=3.08%
B=49.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186121910.030.9400.25298.3288.1839.8
HexBACBF35E01912a5828
Octal27214277313603145213050
Binary101110101100101111111110111100110011001010101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0CBF; }

 p { color: rgb(186,12,191); }

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

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

 a { background-color: rgb(186,12,191); }

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

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

 span { border-color: rgb(186,12,191); }

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