#BC29C8

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

Shades of Dark Orchid #BC29C8

Tints of Dark Orchid #BC29C8

Color information

#BC29C8 (or 0xBC29C8) is unknown color: approx Dark Orchid. HEX triplet: BC, 29 and C8. RGB value is (188,41,200). Sum of RGB (Red+Green+Blue) = 188+41+200=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC29C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29C8 is #43D637. Grayscale: #666666. Windows color (decimal): -4445752 or 13117884. OLE color: 13117884.

HSL color Cylindrical-coordinate representation of color #BC29C8: hue angle of 295.47º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC29C8 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18841200-
CMYK0.060.8000.22
HSL295.47º65.98%47.25%-
HSV(B)295.47º79.5%78.43%-
XYZ31.9616.4556.13-
YUV103.08182.7188.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 41 (16.41% from 255) = 9.56%
BLUE value IS 200 (78.52% from 255) = 46.62%
R=43.82%
G=9.56%
B=46.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188412000.060.8000.22295.4765.9847.25
HexBC29C8650016127422f
Octal27451310612002644710257
Binary101111001010011100100011010100000101101001001111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC29C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC29C8; }

 p { color: rgb(188,41,200); }

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

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

 a { background-color: rgb(188,41,200); }

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

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

 span { border-color: rgb(188,41,200); }

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