Html Css Color HEX #BA6EFA Heliotrope

📋 copy color: '#BA6EFA'

red 186 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #BA6EFA

Tints of Heliotrope #BA6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.15%

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

R = 34.07%
G = 20.15%
B = 45.79%

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

#BA6EFA (or 0xBA6EFA) is known color: Heliotrope. HEX triplet: BA, 6E and FA. RGB value is (186,110,250). Sum of RGB (Red+Green+Blue) = 186+110+250=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EFA is #459105. Grayscale: #949494. Windows color (decimal): -4559110 or 16412346. OLE color: 16412346.

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

Color convert

RGB 186 110 250 -
CMYK 0.26 0.56 0 0.02
HSL 272.57º 0.93% 0.71% -
HSV(B) 272.57º 0.56% 0.98% -
XYZ 43.08 28.49 93.67 -
YUV 148.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 186 110 250 0.26 0.56 0 0.02 272.57 0.93 0.71
Hex BA 6E FA 1A 38 0 2 111 5D 47
Octal 272 156 372 32 70 0 2 421 135 107
Binary 10111010 1101110 11111010 11010 111000 0 10 100010001 1011101 1000111

Color Harmonies of #BA6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EFA

Black with #BA6EFA

Text Example


Text Example

White with #BA6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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