Html Css Color HEX #BA6AF8 Heliotrope

📋 copy color: '#BA6AF8'

red 186 ◦ green 106 ◦ blue 248

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

Shades of Heliotrope #BA6AF8

Tints of Heliotrope #BA6AF8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.63%

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

R = 34.44%
G = 19.63%
B = 45.93%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA6AF8 (or 0xBA6AF8) is known color: Heliotrope. HEX triplet: BA, 6A and F8. RGB value is (186,106,248). Sum of RGB (Red+Green+Blue) = 186+106+248=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA6AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF8 is #459507. Grayscale: #919191. Windows color (decimal): -4560136 or 16280250. OLE color: 16280250.

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

Color convert

RGB 186 106 248 -
CMYK 0.25 0.57 0 0.03
HSL 273.8º 0.91% 0.69% -
HSV(B) 273.8º 0.57% 0.97% -
XYZ 42.35 27.52 91.89 -
YUV 146.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 186 106 248 0.25 0.57 0 0.03 273.8 0.91 0.69
Hex BA 6A F8 19 39 0 3 112 5B 45
Octal 272 152 370 31 71 0 3 422 133 105
Binary 10111010 1101010 11111000 11001 111001 0 11 100010010 1011011 1000101

Color Harmonies of #BA6AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AF8

Black with #BA6AF8

Text Example


Text Example

White with #BA6AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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