#BC27D9

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

Shades of Dark Orchid #BC27D9

Tints of Dark Orchid #BC27D9

Color information

#BC27D9 (or 0xBC27D9) is unknown color: approx Dark Orchid. HEX triplet: BC, 27 and D9. RGB value is (188,39,217). Sum of RGB (Red+Green+Blue) = 188+39+217=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC27D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27D9 is #43D826. Grayscale: #676767. Windows color (decimal): -4446247 or 14231484. OLE color: 14231484.

HSL color Cylindrical-coordinate representation of color #BC27D9: hue angle of 290.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC27D9 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18839217-
CMYK0.130.8200.15
HSL290.22º70.08%50.2%-
HSV(B)290.22º82.03%85.1%-
XYZ33.9917.1567.16-
YUV103.84191.86188.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 39 (15.62% from 255) = 8.78%
BLUE value IS 217 (85.16% from 255) = 48.87%
R=42.34%
G=8.78%
B=48.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188392170.130.8200.15290.2270.0850.2
HexBC27D9D520F1224632
Octal274473311512201744210662
Binary101111001001111101100111011010010011111001000101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC27D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC27D9; }

 p { color: rgb(188,39,217); }

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

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

 a { background-color: rgb(188,39,217); }

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

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

 span { border-color: rgb(188,39,217); }

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