Html Css Color HEX #BA6EF3 Heliotrope

📋 copy color: '#BA6EF3'

red 186 ◦ green 110 ◦ blue 243

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

Shades of Heliotrope #BA6EF3

Tints of Heliotrope #BA6EF3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.41%

 BLUE value IS 243 (95.31% from 255) = 45.08%

R = 34.51%
G = 20.41%
B = 45.08%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA6EF3 (or 0xBA6EF3) is known color: Heliotrope. HEX triplet: BA, 6E and F3. RGB value is (186,110,243). Sum of RGB (Red+Green+Blue) = 186+110+243=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA6EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EF3 is #45910C. Grayscale: #939393. Windows color (decimal): -4559117 or 15953594. OLE color: 15953594.

HSL color Cylindrical-coordinate representation of color #BA6EF3: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6EF3 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 110 243 -
CMYK 0.23 0.55 0 0.05
HSL 274.29º 0.85% 0.69% -
HSV(B) 274.29º 0.55% 0.95% -
XYZ 42 28.06 88 -
YUV 147.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 186 110 243 0.23 0.55 0 0.05 274.29 0.85 0.69
Hex BA 6E F3 17 37 0 5 112 55 45
Octal 272 156 363 27 67 0 5 422 125 105
Binary 10111010 1101110 11110011 10111 110111 0 101 100010010 1010101 1000101

Color Harmonies of #BA6EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EF3

Black with #BA6EF3

Text Example


Text Example

White with #BA6EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EF3; }

 p { color: rgb(186,110,243); }

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

background-color css

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

 a { background-color: rgb(186,110,243); }

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

border-color css

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

 span { border-color: rgb(186,110,243); }

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