Html Css Color HEX #BA6DFF Heliotrope

📋 copy color: '#BA6DFF'

red 186 ◦ green 109 ◦ blue 255

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

Shades of Heliotrope #BA6DFF

Tints of Heliotrope #BA6DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 33.82%
G = 19.82%
B = 46.36%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA6DFF (or 0xBA6DFF) is known color: Heliotrope. HEX triplet: BA, 6D and FF. RGB value is (186,109,255). Sum of RGB (Red+Green+Blue) = 186+109+255=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DFF is #459200. Grayscale: #949494. Windows color (decimal): -4559361 or 16739770. OLE color: 16739770.

HSL color Cylindrical-coordinate representation of color #BA6DFF: hue angle of 271.64º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6DFF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 109 255 -
CMYK 0.27 0.57 0 0
HSL 271.64º 1% 0.71% -
HSV(B) 271.64º 0.57% 1% -
XYZ 43.77 28.6 97.82 -
YUV 148.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 186 109 255 0.27 0.57 0 0 271.64 1 0.71
Hex BA 6D FF 1B 39 0 0 110 64 47
Octal 272 155 377 33 71 0 0 420 144 107
Binary 10111010 1101101 11111111 11011 111001 0 0 100010000 1100100 1000111

Color Harmonies of #BA6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DFF

Black with #BA6DFF

Text Example


Text Example

White with #BA6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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