#BA2FC9

Color #BA2FC9 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #BA2FC9

Tints of Dark Orchid #BA2FC9

Color information

#BA2FC9 (or 0xBA2FC9) is unknown color: approx Dark Orchid. HEX triplet: BA, 2F and C9. RGB value is (186,47,201). Sum of RGB (Red+Green+Blue) = 186+47+201=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA2FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FC9 is #45D036. Grayscale: #696969. Windows color (decimal): -4575287 or 13184954. OLE color: 13184954.

HSL color Cylindrical-coordinate representation of color #BA2FC9: hue angle of 294.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2FC9 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18647201-
CMYK0.070.7700.21
HSL294.16º62.1%48.63%-
HSV(B)294.16º76.62%78.82%-
XYZ31.8116.6956.8-
YUV106.12181.55184.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 47 (18.75% from 255) = 10.83%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=42.86%
G=10.83%
B=46.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186472010.070.7700.21294.1662.148.63
HexBA2FC974D0151263e31
Octal2725731171150254467661
Binary10111010101111110010011111001101010101100100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FC9; }

 p { color: rgb(186,47,201); }

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

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

 a { background-color: rgb(186,47,201); }

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

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

 span { border-color: rgb(186,47,201); }

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