#BC7DFA

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

Shades of Heliotrope #BC7DFA

Tints of Heliotrope #BC7DFA

Color information

#BC7DFA (or 0xBC7DFA) is unknown color: approx Heliotrope. HEX triplet: BC, 7D and FA. RGB value is (188,125,250). Sum of RGB (Red+Green+Blue) = 188+125+250=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DFA is #438205. Grayscale: #9D9D9D. Windows color (decimal): -4424198 or 16416188. OLE color: 16416188.

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

Color convert

RGB188125250-
CMYK0.250.5000.02
HSL270.24º92.59%73.53%-
HSV(B)270.24º50%98.04%-
XYZ45.3332.2694.28-
YUV158.09179.87149.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=33.39%
G=22.20%
B=44.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881252500.250.5000.02270.2492.5973.53
HexBC7DFA19320210e5d4a
Octal274175372316202416135112
Binary101111001111101111110101100111001001010000111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DFA; }

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

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

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

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

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

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

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

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