Html Css Color HEX #BA7EFA Heliotrope

📋 copy color: '#BA7EFA'

red 186 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #BA7EFA

Tints of Heliotrope #BA7EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.42%

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

R = 33.1%
G = 22.42%
B = 44.48%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA7EFA (or 0xBA7EFA) is known color: Heliotrope. HEX triplet: BA, 7E and FA. RGB value is (186,126,250). Sum of RGB (Red+Green+Blue) = 186+126+250=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA7EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFA is #458105. Grayscale: #9D9D9D. Windows color (decimal): -4555014 or 16416442. OLE color: 16416442.

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

Color convert

RGB 186 126 250 -
CMYK 0.26 0.50 0 0.02
HSL 269.03º 0.93% 0.74% -
HSV(B) 269.03º 0.5% 0.98% -
XYZ 44.97 32.26 94.3 -
YUV 158.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 186 126 250 0.26 0.50 0 0.02 269.03 0.93 0.74
Hex BA 7E FA 1A 32 0 2 10D 5D 4A
Octal 272 176 372 32 62 0 2 415 135 112
Binary 10111010 1111110 11111010 11010 110010 0 10 100001101 1011101 1001010

Color Harmonies of #BA7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EFA

Black with #BA7EFA

Text Example


Text Example

White with #BA7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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