#BA72FF

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

Shades of Heliotrope #BA72FF

Tints of Heliotrope #BA72FF

Color information

#BA72FF (or 0xBA72FF) is unknown color: approx Heliotrope. HEX triplet: BA, 72 and FF. RGB value is (186,114,255). Sum of RGB (Red+Green+Blue) = 186+114+255=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72FF is #458D00. Grayscale: #979797. Windows color (decimal): -4558081 or 16741050. OLE color: 16741050.

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

Color convert

RGB186114255-
CMYK0.270.5500
HSL270.64º100%72.35%-
HSV(B)270.64º55.29%100%-
XYZ44.3229.6998-
YUV151.6186.35152.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 114 (44.92% from 255) = 20.54%
BLUE value IS 255 (100% from 255) = 45.95%
R=33.51%
G=20.54%
B=45.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861142550.270.5500270.6410072.35
HexBA72FF1B370010f6448
Octal272162377336700417144110
Binary10111010111001011111111110111101110010000111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72FF; }

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

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

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

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

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

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

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

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