Html Css Color HEX #BA6AFD Heliotrope

📋 copy color: '#BA6AFD'

red 186 ◦ green 106 ◦ blue 253

#BA6AFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BA6AFD

Tints of Heliotrope #BA6AFD

RGB

 RED value IS 186 (73.05% from 255) = 34.13%

 GREEN value IS 106 (41.8% from 255) = 19.45%

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 34.13%
G = 19.45%
B = 46.42%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA6AFD (or 0xBA6AFD) is known color: Heliotrope. HEX triplet: BA, 6A and FD. RGB value is (186,106,253). Sum of RGB (Red+Green+Blue) = 186+106+253=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA6AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AFD is #459502. Grayscale: #929292. Windows color (decimal): -4560131 or 16607930. OLE color: 16607930.

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

Color convert

RGB 186 106 253 -
CMYK 0.26 0.58 0 0.01
HSL 272.65º 0.97% 0.7% -
HSV(B) 272.65º 0.58% 0.99% -
XYZ 43.13 27.84 96.03 -
YUV 146.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 186 106 253 0.26 0.58 0 0.01 272.65 0.97 0.7
Hex BA 6A FD 1A 3A 0 1 111 61 46
Octal 272 152 375 32 72 0 1 421 141 106
Binary 10111010 1101010 11111101 11010 111010 0 1 100010001 1100001 1000110

Color Harmonies of #BA6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AFD

Black with #BA6AFD

Text Example


Text Example

White with #BA6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AFD; }

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

 H1.HeaderClassName
 {
   color: #BA6AFD;
 }
 .AnyTagClassName
 {
   color: #BA6AFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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