Html Css Color HEX #BA7FFA Heliotrope

📋 copy color: '#BA7FFA'

red 186 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #BA7FFA

Tints of Heliotrope #BA7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.56%

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

R = 33.04%
G = 22.56%
B = 44.4%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA7FFA (or 0xBA7FFA) is known color: Heliotrope. HEX triplet: BA, 7F and FA. RGB value is (186,127,250). Sum of RGB (Red+Green+Blue) = 186+127+250=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FFA is #458005. Grayscale: #9E9E9E. Windows color (decimal): -4554758 or 16416698. OLE color: 16416698.

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

Color convert

RGB 186 127 250 -
CMYK 0.26 0.49 0 0.02
HSL 268.78º 0.92% 0.74% -
HSV(B) 268.78º 0.49% 0.98% -
XYZ 45.09 32.52 94.34 -
YUV 158.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 186 127 250 0.26 0.49 0 0.02 268.78 0.92 0.74
Hex BA 7F FA 1A 31 0 2 10D 5C 4A
Octal 272 177 372 32 61 0 2 415 134 112
Binary 10111010 1111111 11111010 11010 110001 0 10 100001101 1011100 1001010

Color Harmonies of #BA7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7FFA

Black with #BA7FFA

Text Example


Text Example

White with #BA7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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