#BA2DCC

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

Shades of Dark Orchid #BA2DCC

Tints of Dark Orchid #BA2DCC

Color information

#BA2DCC (or 0xBA2DCC) is unknown color: approx Dark Orchid. HEX triplet: BA, 2D and CC. RGB value is (186,45,204). Sum of RGB (Red+Green+Blue) = 186+45+204=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA2DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DCC is #45D233. Grayscale: #686868. Windows color (decimal): -4575796 or 13381050. OLE color: 13381050.

HSL color Cylindrical-coordinate representation of color #BA2DCC: hue angle of 293.21º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2DCC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18645204-
CMYK0.090.7800.2
HSL293.21º63.86%48.82%-
HSV(B)293.21º77.94%80%-
XYZ32.0916.6858.65-
YUV105.28183.71185.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 45 (17.97% from 255) = 10.34%
BLUE value IS 204 (80.08% from 255) = 46.90%
R=42.76%
G=10.34%
B=46.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186452040.090.7800.2293.2163.8648.82
HexBA2DCC94E0141254031
Octal272553141111602444510061
Binary1011101010110111001100100110011100101001001001011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2DCC; }

 p { color: rgb(186,45,204); }

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

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

 a { background-color: rgb(186,45,204); }

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

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

 span { border-color: rgb(186,45,204); }

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