Html Css Color HEX #BA6DFA Heliotrope

📋 copy color: '#BA6DFA'

red 186 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #BA6DFA

Tints of Heliotrope #BA6DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20%

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 34.13%
G = 20%
B = 45.87%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA6DFA (or 0xBA6DFA) is known color: Heliotrope. HEX triplet: BA, 6D and FA. RGB value is (186,109,250). Sum of RGB (Red+Green+Blue) = 186+109+250=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA6DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DFA is #459205. Grayscale: #939393. Windows color (decimal): -4559366 or 16412090. OLE color: 16412090.

HSL color Cylindrical-coordinate representation of color #BA6DFA: hue angle of 272.77º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6DFA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 109 250 -
CMYK 0.26 0.56 0 0.02
HSL 272.77º 0.93% 0.7% -
HSV(B) 272.77º 0.56% 0.98% -
XYZ 42.97 28.28 93.64 -
YUV 148.1 185.51 155.04 -
System Red Green Blue C M Y K H S L
Decimal 186 109 250 0.26 0.56 0 0.02 272.77 0.93 0.7
Hex BA 6D FA 1A 38 0 2 111 5D 46
Octal 272 155 372 32 70 0 2 421 135 106
Binary 10111010 1101101 11111010 11010 111000 0 10 100010001 1011101 1000110

Color Harmonies of #BA6DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DFA

Black with #BA6DFA

Text Example


Text Example

White with #BA6DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DFA; }

 p { color: rgb(186,109,250); }

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

background-color css

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

 a { background-color: rgb(186,109,250); }

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

border-color css

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

 span { border-color: rgb(186,109,250); }

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