#BA27CE

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

Shades of Dark Orchid #BA27CE

Tints of Dark Orchid #BA27CE

Color information

#BA27CE (or 0xBA27CE) is unknown color: approx Dark Orchid. HEX triplet: BA, 27 and CE. RGB value is (186,39,206). Sum of RGB (Red+Green+Blue) = 186+39+206=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27CE is #45D831. Grayscale: #656565. Windows color (decimal): -4577330 or 13510586. OLE color: 13510586.

HSL color Cylindrical-coordinate representation of color #BA27CE: hue angle of 292.81º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA27CE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18639206-
CMYK0.100.8100.19
HSL292.81º68.16%48.04%-
HSV(B)292.81º81.07%80.78%-
XYZ32.1216.3559.85-
YUV101.99186.7187.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 39 (15.62% from 255) = 9.05%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=43.16%
G=9.05%
B=47.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186392060.100.8100.19292.8168.1648.04
HexBA27CEA510131254430
Octal272473161212102344510460
Binary1011101010011111001110101010100010100111001001011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA27CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA27CE; }

 p { color: rgb(186,39,206); }

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

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

 a { background-color: rgb(186,39,206); }

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

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

 span { border-color: rgb(186,39,206); }

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