Html Css Color HEX #BA6DFE Heliotrope

📋 copy color: '#BA6DFE'

red 186 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #BA6DFE

Tints of Heliotrope #BA6DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 33.88%
G = 19.85%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA6DFE (or 0xBA6DFE) is known color: Heliotrope. HEX triplet: BA, 6D and FE. RGB value is (186,109,254). Sum of RGB (Red+Green+Blue) = 186+109+254=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DFE is #459201. Grayscale: #949494. Windows color (decimal): -4559362 or 16674234. OLE color: 16674234.

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

Color convert

RGB 186 109 254 -
CMYK 0.27 0.57 0 0.00
HSL 271.86º 0.99% 0.71% -
HSV(B) 271.86º 0.57% 1% -
XYZ 43.61 28.53 96.97 -
YUV 148.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 186 109 254 0.27 0.57 0 0.00 271.86 0.99 0.71
Hex BA 6D FE 1B 39 0 0 110 63 47
Octal 272 155 376 33 71 0 0 420 143 107
Binary 10111010 1101101 11111110 11011 111001 0 0 100010000 1100011 1000111

Color Harmonies of #BA6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DFE

Black with #BA6DFE

Text Example


Text Example

White with #BA6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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