#BA2CCC

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

Shades of Dark Orchid #BA2CCC

Tints of Dark Orchid #BA2CCC

Color information

#BA2CCC (or 0xBA2CCC) is unknown color: approx Dark Orchid. HEX triplet: BA, 2C and CC. RGB value is (186,44,204). Sum of RGB (Red+Green+Blue) = 186+44+204=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CCC is #45D333. Grayscale: #686868. Windows color (decimal): -4576052 or 13380794. OLE color: 13380794.

HSL color Cylindrical-coordinate representation of color #BA2CCC: hue angle of 293.25º degrees, saturation: 0.65, 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 #BA2CCC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18644204-
CMYK0.090.7800.2
HSL293.25º64.52%48.63%-
HSV(B)293.25º78.43%80%-
XYZ32.0516.658.64-
YUV104.7184.04185.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 44 (17.58% from 255) = 10.14%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=42.86%
G=10.14%
B=47.00%

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
Decimal186442040.090.7800.2293.2564.5248.63
HexBA2CCC94E0141254131
Octal272543141111602444510161
Binary1011101010110011001100100110011100101001001001011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2CCC; }

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

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

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

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

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

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

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

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