Html Css Color HEX #BA61FA Heliotrope

📋 copy color: '#BA61FA'

red 186 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #BA61FA

Tints of Heliotrope #BA61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.2%

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

R = 34.9%
G = 18.2%
B = 46.9%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA61FA (or 0xBA61FA) is known color: Heliotrope. HEX triplet: BA, 61 and FA. RGB value is (186,97,250). Sum of RGB (Red+Green+Blue) = 186+97+250=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61FA is #459E05. Grayscale: #8C8C8C. Windows color (decimal): -4562438 or 16409018. OLE color: 16409018.

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

Color convert

RGB 186 97 250 -
CMYK 0.26 0.61 0 0.02
HSL 274.9º 0.94% 0.68% -
HSV(B) 274.9º 0.61% 0.98% -
XYZ 41.78 25.89 93.24 -
YUV 141.05 189.49 160.06 -
System Red Green Blue C M Y K H S L
Decimal 186 97 250 0.26 0.61 0 0.02 274.9 0.94 0.68
Hex BA 61 FA 1A 3D 0 2 113 5E 44
Octal 272 141 372 32 75 0 2 423 136 104
Binary 10111010 1100001 11111010 11010 111101 0 10 100010011 1011110 1000100

Color Harmonies of #BA61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61FA

Black with #BA61FA

Text Example


Text Example

White with #BA61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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