#BC45EE

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

Shades of Medium Orchid #BC45EE

Tints of Medium Orchid #BC45EE

Color information

#BC45EE (or 0xBC45EE) is unknown color: approx Medium Orchid. HEX triplet: BC, 45 and EE. RGB value is (188,69,238). Sum of RGB (Red+Green+Blue) = 188+69+238=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45EE is #43BA11. Grayscale: #7B7B7B. Windows color (decimal): -4438546 or 15615420. OLE color: 15615420.

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

Color convert

RGB18869238-
CMYK0.210.7100.07
HSL282.25º83.25%60.2%-
HSV(B)282.25º71.01%93.33%-
XYZ38.321.1282.95-
YUV123.85192.42173.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 69 (27.34% from 255) = 13.94%
BLUE value IS 238 (93.36% from 255) = 48.08%
R=37.98%
G=13.94%
B=48.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188692380.210.7100.07282.2583.2560.2
HexBC45EE15470711a533c
Octal274105356251070743212374
Binary1011110010001011110111010101100011101111000110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45EE; }

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

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

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

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

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

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

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

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