#BC61EE

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

Shades of Medium Orchid #BC61EE

Tints of Medium Orchid #BC61EE

Color information

#BC61EE (or 0xBC61EE) is unknown color: approx Medium Orchid. HEX triplet: BC, 61 and EE. RGB value is (188,97,238). Sum of RGB (Red+Green+Blue) = 188+97+238=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61EE is #439E11. Grayscale: #8B8B8B. Windows color (decimal): -4431378 or 15622588. OLE color: 15622588.

HSL color Cylindrical-coordinate representation of color #BC61EE: hue angle of 278.72º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC61EE is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18897238-
CMYK0.210.5900.07
HSL278.72º80.57%65.69%-
HSV(B)278.72º59.24%93.33%-
XYZ40.4525.4183.66-
YUV140.28183.15162.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 97 (38.28% from 255) = 18.55%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=35.95%
G=18.55%
B=45.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188972380.210.5900.07278.7280.5765.69
HexBC61EE153B071175142
Octal274141356257307427121102
Binary1011110011000011110111010101111011011110001011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61EE; }

 p { color: rgb(188,97,238); }

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

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

 a { background-color: rgb(188,97,238); }

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

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

 span { border-color: rgb(188,97,238); }

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