#BC5AFF

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

Shades of Heliotrope #BC5AFF

Tints of Heliotrope #BC5AFF

Color information

#BC5AFF (or 0xBC5AFF) is unknown color: approx Heliotrope. HEX triplet: BC, 5A and FF. RGB value is (188,90,255). Sum of RGB (Red+Green+Blue) = 188+90+255=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5AFF is #43A500. Grayscale: #898989. Windows color (decimal): -4433153 or 16734908. OLE color: 16734908.

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

Color convert

RGB18890255-
CMYK0.260.6500
HSL275.64º100%67.65%-
HSV(B)275.64º64.71%100%-
XYZ42.4525.2297.24-
YUV138.11193.97163.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 90 (35.55% from 255) = 16.89%
BLUE value IS 255 (100% from 255) = 47.84%
R=35.27%
G=16.89%
B=47.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188902550.260.6500275.6410067.65
HexBC5AFF1A41001146444
Octal2741323773210100424144104
Binary101111001011010111111111101010000010010001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5AFF; }

 p { color: rgb(188,90,255); }

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

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

 a { background-color: rgb(188,90,255); }

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

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

 span { border-color: rgb(188,90,255); }

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