#BC80F7

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

Shades of Heliotrope #BC80F7

Tints of Heliotrope #BC80F7

Color information

#BC80F7 (or 0xBC80F7) is unknown color: approx Heliotrope. HEX triplet: BC, 80 and F7. RGB value is (188,128,247). Sum of RGB (Red+Green+Blue) = 188+128+247=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC80F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80F7 is #437F08. Grayscale: #9F9F9F. Windows color (decimal): -4423433 or 16220348. OLE color: 16220348.

HSL color Cylindrical-coordinate representation of color #BC80F7: hue angle of 270.25º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC80F7 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188128247-
CMYK0.240.4800.03
HSL270.25º88.15%73.53%-
HSV(B)270.25º48.18%96.86%-
XYZ45.2532.8591.95-
YUV159.51177.38148.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=33.39%
G=22.74%
B=43.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881282470.240.4800.03270.2588.1573.53
HexBC80F718300310e584a
Octal274200367306003416130112
Binary1011110010000000111101111100011000001110000111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80F7; }

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

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

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

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

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

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

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

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