#BC5EFB

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

Shades of Heliotrope #BC5EFB

Tints of Heliotrope #BC5EFB

Color information

#BC5EFB (or 0xBC5EFB) is unknown color: approx Heliotrope. HEX triplet: BC, 5E and FB. RGB value is (188,94,251). Sum of RGB (Red+Green+Blue) = 188+94+251=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EFB is #43A104. Grayscale: #8B8B8B. Windows color (decimal): -4432133 or 16473788. OLE color: 16473788.

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

Color convert

RGB18894251-
CMYK0.250.6300.02
HSL275.92º95.15%67.65%-
HSV(B)275.92º62.55%98.43%-
XYZ42.1525.6694-
YUV140190.64162.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 94 (37.11% from 255) = 17.64%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=35.27%
G=17.64%
B=47.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188942510.250.6300.02275.9295.1567.65
HexBC5EFB193F021145f44
Octal274136373317702424137104
Binary101111001011110111110111100111111101010001010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EFB; }

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

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

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

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

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

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

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

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