#BC7AFA

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

Shades of Heliotrope #BC7AFA

Tints of Heliotrope #BC7AFA

Color information

#BC7AFA (or 0xBC7AFA) is unknown color: approx Heliotrope. HEX triplet: BC, 7A and FA. RGB value is (188,122,250). Sum of RGB (Red+Green+Blue) = 188+122+250=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AFA is #438505. Grayscale: #9B9B9B. Windows color (decimal): -4424966 or 16415420. OLE color: 16415420.

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

Color convert

RGB188122250-
CMYK0.250.5100.02
HSL270.94º92.75%72.94%-
HSV(B)270.94º51.2%98.04%-
XYZ44.9531.5194.16-
YUV156.33180.87150.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 122 (48.05% from 255) = 21.79%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=33.57%
G=21.79%
B=44.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881222500.250.5100.02270.9492.7572.94
HexBC7AFA19330210f5d49
Octal274172372316302417135111
Binary101111001111010111110101100111001101010000111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7AFA; }

 p { color: rgb(188,122,250); }

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

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

 a { background-color: rgb(188,122,250); }

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

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

 span { border-color: rgb(188,122,250); }

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