#BC65EE

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

Shades of Medium Orchid #BC65EE

Tints of Medium Orchid #BC65EE

Color information

#BC65EE (or 0xBC65EE) is unknown color: approx Medium Orchid. HEX triplet: BC, 65 and EE. RGB value is (188,101,238). Sum of RGB (Red+Green+Blue) = 188+101+238=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65EE is #439A11. Grayscale: #8E8E8E. Windows color (decimal): -4430354 or 15623612. OLE color: 15623612.

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

Color convert

RGB188101238-
CMYK0.210.5800.07
HSL278.1º80.12%66.47%-
HSV(B)278.1º57.56%93.33%-
XYZ40.8326.1783.79-
YUV142.63181.82160.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=35.67%
G=19.17%
B=45.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881012380.210.5800.07278.180.1266.47
HexBC65EE153A071165042
Octal274145356257207426120102
Binary1011110011001011110111010101111010011110001011010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65EE; }

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

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

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

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

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

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

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

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