#BC6CC8

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

Shades of Medium Orchid #BC6CC8

Tints of Medium Orchid #BC6CC8

Color information

#BC6CC8 (or 0xBC6CC8) is unknown color: approx Medium Orchid. HEX triplet: BC, 6C and C8. RGB value is (188,108,200). Sum of RGB (Red+Green+Blue) = 188+108+200=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC6CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CC8 is #439337. Grayscale: #8E8E8E. Windows color (decimal): -4428600 or 13135036. OLE color: 13135036.

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

Color convert

RGB188108200-
CMYK0.060.4600.22
HSL292.17º45.54%60.39%-
HSV(B)292.17º46%78.43%-
XYZ36.5325.5957.66-
YUV142.41160.5160.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=37.90%
G=21.77%
B=40.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881082000.060.4600.22292.1745.5460.39
HexBC6CC862E0161242e3c
Octal2741543106560264445674
Binary10111100110110011001000110101110010110100100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CC8; }

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

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

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

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

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

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

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

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