Html Css Color HEX #BA68F7 Heliotrope

📋 copy color: '#BA68F7'

red 186 ◦ green 104 ◦ blue 247

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

Shades of Heliotrope #BA68F7

Tints of Heliotrope #BA68F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46%

R = 34.64%
G = 19.37%
B = 46%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA68F7 (or 0xBA68F7) is known color: Heliotrope. HEX triplet: BA, 68 and F7. RGB value is (186,104,247). Sum of RGB (Red+Green+Blue) = 186+104+247=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA68F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68F7 is #459708. Grayscale: #909090. Windows color (decimal): -4560649 or 16214202. OLE color: 16214202.

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

Color convert

RGB 186 104 247 -
CMYK 0.25 0.58 0 0.03
HSL 274.41º 0.9% 0.69% -
HSV(B) 274.41º 0.58% 0.97% -
XYZ 41.99 27.06 91 -
YUV 144.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 186 104 247 0.25 0.58 0 0.03 274.41 0.9 0.69
Hex BA 68 F7 19 3A 0 3 112 5A 45
Octal 272 150 367 31 72 0 3 422 132 105
Binary 10111010 1101000 11110111 11001 111010 0 11 100010010 1011010 1000101

Color Harmonies of #BA68F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68F7

Black with #BA68F7

Text Example


Text Example

White with #BA68F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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