#BC80FA

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

Shades of Heliotrope #BC80FA

Tints of Heliotrope #BC80FA

Color information

#BC80FA (or 0xBC80FA) is unknown color: approx Heliotrope. HEX triplet: BC, 80 and FA. RGB value is (188,128,250). Sum of RGB (Red+Green+Blue) = 188+128+250=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80FA is #437F05. Grayscale: #9F9F9F. Windows color (decimal): -4423430 or 16416956. OLE color: 16416956.

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

Color convert

RGB188128250-
CMYK0.250.4900.02
HSL269.51º92.42%74.12%-
HSV(B)269.51º48.8%98.04%-
XYZ45.7133.0394.41-
YUV159.85178.88148.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=33.22%
G=22.61%
B=44.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881282500.250.4900.02269.5192.4274.12
HexBC80FA19310210e5c4a
Octal274200372316102416134112
Binary1011110010000000111110101100111000101010000111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80FA; }

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

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

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

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

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

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

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

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