#BC6FE4

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

Shades of Medium Orchid #BC6FE4

Tints of Medium Orchid #BC6FE4

Color information

#BC6FE4 (or 0xBC6FE4) is unknown color: approx Medium Orchid. HEX triplet: BC, 6F and E4. RGB value is (188,111,228). Sum of RGB (Red+Green+Blue) = 188+111+228=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC6FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FE4 is #43901B. Grayscale: #929292. Windows color (decimal): -4427804 or 14970812. OLE color: 14970812.

HSL color Cylindrical-coordinate representation of color #BC6FE4: hue angle of 279.49º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6FE4 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188111228-
CMYK0.180.5100.11
HSL279.49º68.42%66.47%-
HSV(B)279.49º51.32%89.41%-
XYZ40.4327.6676.61-
YUV147.36173.51156.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 111 (43.75% from 255) = 21.06%
BLUE value IS 228 (89.45% from 255) = 43.26%
R=35.67%
G=21.06%
B=43.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881112280.180.5100.11279.4968.4266.47
HexBC6FE412330B1174442
Octal2741573442263013427104102
Binary10111100110111111100100100101100110101110001011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FE4; }

 p { color: rgb(188,111,228); }

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

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

 a { background-color: rgb(188,111,228); }

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

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

 span { border-color: rgb(188,111,228); }

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