Html Css Color HEX #BA6DF8 Heliotrope

📋 copy color: '#BA6DF8'

red 186 ◦ green 109 ◦ blue 248

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

Shades of Heliotrope #BA6DF8

Tints of Heliotrope #BA6DF8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.07%

 BLUE value IS 248 (97.27% from 255) = 45.67%

R = 34.25%
G = 20.07%
B = 45.67%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA6DF8 (or 0xBA6DF8) is known color: Heliotrope. HEX triplet: BA, 6D and F8. RGB value is (186,109,248). Sum of RGB (Red+Green+Blue) = 186+109+248=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DF8 is #459207. Grayscale: #939393. Windows color (decimal): -4559368 or 16281018. OLE color: 16281018.

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

Color convert

RGB 186 109 248 -
CMYK 0.25 0.56 0 0.03
HSL 273.24º 0.91% 0.7% -
HSV(B) 273.24º 0.56% 0.97% -
XYZ 42.66 28.15 91.99 -
YUV 147.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 186 109 248 0.25 0.56 0 0.03 273.24 0.91 0.7
Hex BA 6D F8 19 38 0 3 111 5B 46
Octal 272 155 370 31 70 0 3 421 133 106
Binary 10111010 1101101 11111000 11001 111000 0 11 100010001 1011011 1000110

Color Harmonies of #BA6DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DF8

Black with #BA6DF8

Text Example


Text Example

White with #BA6DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DF8; }

 p { color: rgb(186,109,248); }

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

background-color css

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

 a { background-color: rgb(186,109,248); }

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

border-color css

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

 span { border-color: rgb(186,109,248); }

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