#BC5CFF

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

Shades of Heliotrope #BC5CFF

Tints of Heliotrope #BC5CFF

Color information

#BC5CFF (or 0xBC5CFF) is unknown color: approx Heliotrope. HEX triplet: BC, 5C and FF. RGB value is (188,92,255). Sum of RGB (Red+Green+Blue) = 188+92+255=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CFF is #43A300. Grayscale: #8A8A8A. Windows color (decimal): -4432641 or 16735420. OLE color: 16735420.

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

Color convert

RGB18892255-
CMYK0.260.6400
HSL275.34º100%68.04%-
HSV(B)275.34º63.92%100%-
XYZ42.6225.5797.3-
YUV139.29193.3162.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 92 (36.33% from 255) = 17.20%
BLUE value IS 255 (100% from 255) = 47.66%
R=35.14%
G=17.20%
B=47.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188922550.260.6400275.3410068.04
HexBC5CFF1A40001136444
Octal2741343773210000423144104
Binary101111001011100111111111101010000000010001001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CFF; }

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

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

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

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

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

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

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

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