#BA83FF

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

Shades of Heliotrope #BA83FF

Tints of Heliotrope #BA83FF

Color information

#BA83FF (or 0xBA83FF) is unknown color: approx Heliotrope. HEX triplet: BA, 83 and FF. RGB value is (186,131,255). Sum of RGB (Red+Green+Blue) = 186+131+255=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83FF is #457C00. Grayscale: #A1A1A1. Windows color (decimal): -4553729 or 16745402. OLE color: 16745402.

HSL color Cylindrical-coordinate representation of color #BA83FF: hue angle of 266.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA83FF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186131255-
CMYK0.270.4900
HSL266.61º100%75.69%-
HSV(B)266.61º48.63%100%-
XYZ46.4233.8998.7-
YUV161.58180.72145.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 131 (51.56% from 255) = 22.90%
BLUE value IS 255 (100% from 255) = 44.58%
R=32.52%
G=22.90%
B=44.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861312550.270.4900266.6110075.69
HexBA83FF1B310010b644c
Octal272203377336100413144114
Binary101110101000001111111111110111100010010000101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83FF; }

 p { color: rgb(186,131,255); }

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

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

 a { background-color: rgb(186,131,255); }

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

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

 span { border-color: rgb(186,131,255); }

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