#BC5EFD

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

Shades of Heliotrope #BC5EFD

Tints of Heliotrope #BC5EFD

Color information

#BC5EFD (or 0xBC5EFD) is unknown color: approx Heliotrope. HEX triplet: BC, 5E and FD. RGB value is (188,94,253). Sum of RGB (Red+Green+Blue) = 188+94+253=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EFD is #43A102. Grayscale: #8B8B8B. Windows color (decimal): -4432131 or 16604860. OLE color: 16604860.

HSL color Cylindrical-coordinate representation of color #BC5EFD: hue angle of 275.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5EFD is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18894253-
CMYK0.260.6300.01
HSL275.47º97.55%68.04%-
HSV(B)275.47º62.85%99.22%-
XYZ42.4725.7995.67-
YUV140.23191.64162.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 94 (37.11% from 255) = 17.57%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=35.14%
G=17.57%
B=47.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188942530.260.6300.01275.4797.5568.04
HexBC5EFD1A3F011136244
Octal274136375327701423142104
Binary10111100101111011111101110101111110110001001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EFD; }

 p { color: rgb(188,94,253); }

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

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

 a { background-color: rgb(188,94,253); }

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

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

 span { border-color: rgb(188,94,253); }

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