Html Css Color HEX #BA68F9 Heliotrope

📋 copy color: '#BA68F9'

red 186 ◦ green 104 ◦ blue 249

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

Shades of Heliotrope #BA68F9

Tints of Heliotrope #BA68F9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.29%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 34.51%
G = 19.29%
B = 46.2%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA68F9 (or 0xBA68F9) is known color: Heliotrope. HEX triplet: BA, 68 and F9. RGB value is (186,104,249). Sum of RGB (Red+Green+Blue) = 186+104+249=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68F9 is #459706. Grayscale: #909090. Windows color (decimal): -4560647 or 16345274. OLE color: 16345274.

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

Color convert

RGB 186 104 249 -
CMYK 0.25 0.58 0 0.02
HSL 273.93º 0.92% 0.69% -
HSV(B) 273.93º 0.58% 0.98% -
XYZ 42.3 27.18 92.64 -
YUV 145.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 186 104 249 0.25 0.58 0 0.02 273.93 0.92 0.69
Hex BA 68 F9 19 3A 0 2 112 5C 45
Octal 272 150 371 31 72 0 2 422 134 105
Binary 10111010 1101000 11111001 11001 111010 0 10 100010010 1011100 1000101

Color Harmonies of #BA68F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68F9

Black with #BA68F9

Text Example


Text Example

White with #BA68F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68F9; }

 p { color: rgb(186,104,249); }

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

background-color css

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

 a { background-color: rgb(186,104,249); }

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

border-color css

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

 span { border-color: rgb(186,104,249); }

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