#BC6AF1

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

Shades of Medium Orchid #BC6AF1

Tints of Medium Orchid #BC6AF1

Color information

#BC6AF1 (or 0xBC6AF1) is unknown color: approx Medium Orchid. HEX triplet: BC, 6A and F1. RGB value is (188,106,241). Sum of RGB (Red+Green+Blue) = 188+106+241=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6AF1 is #43950E. Grayscale: #919191. Windows color (decimal): -4429071 or 15821500. OLE color: 15821500.

HSL color Cylindrical-coordinate representation of color #BC6AF1: hue angle of 276.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6AF1 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188106241-
CMYK0.220.5600.05
HSL276.44º82.82%68.04%-
HSV(B)276.44º56.02%94.51%-
XYZ41.7727.3586.3-
YUV145.91181.67158.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 106 (41.80% from 255) = 19.81%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=35.14%
G=19.81%
B=45.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881062410.220.5600.05276.4482.8268.04
HexBC6AF11638051145344
Octal274152361267005424123104
Binary1011110011010101111000110110111000010110001010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AF1; }

 p { color: rgb(188,106,241); }

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

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

 a { background-color: rgb(188,106,241); }

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

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

 span { border-color: rgb(188,106,241); }

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