#BA7DFD

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

Shades of Heliotrope #BA7DFD

Tints of Heliotrope #BA7DFD

Color information

#BA7DFD (or 0xBA7DFD) is unknown color: approx Heliotrope. HEX triplet: BA, 7D and FD. RGB value is (186,125,253). Sum of RGB (Red+Green+Blue) = 186+125+253=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DFD is #458202. Grayscale: #9D9D9D. Windows color (decimal): -4555267 or 16612794. OLE color: 16612794.

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

Color convert

RGB186125253-
CMYK0.260.5100.01
HSL268.59º96.97%74.12%-
HSV(B)268.59º50.59%99.22%-
XYZ45.3132.296.76-
YUV157.83181.71148.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=32.98%
G=22.16%
B=44.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861252530.260.5100.01268.5996.9774.12
HexBA7DFD1A330110d614a
Octal272175375326301415141112
Binary10111010111110111111101110101100110110000110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DFD; }

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

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

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

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

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

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

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

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