#BA2DC7

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

Shades of Dark Orchid #BA2DC7

Tints of Dark Orchid #BA2DC7

Color information

#BA2DC7 (or 0xBA2DC7) is unknown color: approx Dark Orchid. HEX triplet: BA, 2D and C7. RGB value is (186,45,199). Sum of RGB (Red+Green+Blue) = 186+45+199=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA2DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DC7 is #45D238. Grayscale: #686868. Windows color (decimal): -4575801 or 13053370. OLE color: 13053370.

HSL color Cylindrical-coordinate representation of color #BA2DC7: hue angle of 294.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2DC7 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18645199-
CMYK0.070.7700.22
HSL294.94º63.11%47.84%-
HSV(B)294.94º77.39%78.04%-
XYZ31.516.4455.55-
YUV104.72181.21185.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 45 (17.97% from 255) = 10.47%
BLUE value IS 199 (78.12% from 255) = 46.28%
R=43.26%
G=10.47%
B=46.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186451990.070.7700.22294.9463.1147.84
HexBA2DC774D0161273f30
Octal2725530771150264477760
Binary10111010101101110001111111001101010110100100111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2DC7; }

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

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

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

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

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

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

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

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