#BA80FD

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

Shades of Heliotrope #BA80FD

Tints of Heliotrope #BA80FD

Color information

#BA80FD (or 0xBA80FD) is unknown color: approx Heliotrope. HEX triplet: BA, 80 and FD. RGB value is (186,128,253). Sum of RGB (Red+Green+Blue) = 186+128+253=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80FD is #457F02. Grayscale: #9F9F9F. Windows color (decimal): -4554499 or 16613562. OLE color: 16613562.

HSL color Cylindrical-coordinate representation of color #BA80FD: hue angle of 267.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA80FD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186128253-
CMYK0.260.4900.01
HSL267.84º96.9%74.71%-
HSV(B)267.84º49.41%99.22%-
XYZ45.732.9796.88-
YUV159.59180.72146.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=32.80%
G=22.57%
B=44.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861282530.260.4900.01267.8496.974.71
HexBA80FD1A310110c614b
Octal272200375326101414141113
Binary101110101000000011111101110101100010110000110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80FD; }

 p { color: rgb(186,128,253); }

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

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

 a { background-color: rgb(186,128,253); }

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

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

 span { border-color: rgb(186,128,253); }

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