#BC5DFD

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

Shades of Heliotrope #BC5DFD

Tints of Heliotrope #BC5DFD

Color information

#BC5DFD (or 0xBC5DFD) is unknown color: approx Heliotrope. HEX triplet: BC, 5D and FD. RGB value is (188,93,253). Sum of RGB (Red+Green+Blue) = 188+93+253=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC5DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DFD is #43A202. Grayscale: #8B8B8B. Windows color (decimal): -4432387 or 16604604. OLE color: 16604604.

HSL color Cylindrical-coordinate representation of color #BC5DFD: hue angle of 275.62º 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 #BC5DFD is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18893253-
CMYK0.260.6300.01
HSL275.62º97.56%67.84%-
HSV(B)275.62º63.24%99.22%-
XYZ42.3825.6195.64-
YUV139.65191.97162.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 93 (36.72% from 255) = 17.42%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=35.21%
G=17.42%
B=47.38%

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
Decimal188932530.260.6300.01275.6297.5667.84
HexBC5DFD1A3F011146244
Octal274135375327701424142104
Binary10111100101110111111101110101111110110001010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DFD; }

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

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

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

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

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

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

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

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