Html Css Color HEX #BA6DFD Heliotrope

📋 copy color: '#BA6DFD'

red 186 ◦ green 109 ◦ blue 253

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

Shades of Heliotrope #BA6DFD

Tints of Heliotrope #BA6DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.17%

R = 33.94%
G = 19.89%
B = 46.17%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA6DFD (or 0xBA6DFD) is known color: Heliotrope. HEX triplet: BA, 6D and FD. RGB value is (186,109,253). Sum of RGB (Red+Green+Blue) = 186+109+253=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA6DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DFD is #459202. Grayscale: #939393. Windows color (decimal): -4559363 or 16608698. OLE color: 16608698.

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

Color convert

RGB 186 109 253 -
CMYK 0.26 0.57 0 0.01
HSL 272.08º 0.97% 0.71% -
HSV(B) 272.08º 0.57% 0.99% -
XYZ 43.45 28.47 96.13 -
YUV 148.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 186 109 253 0.26 0.57 0 0.01 272.08 0.97 0.71
Hex BA 6D FD 1A 39 0 1 110 61 47
Octal 272 155 375 32 71 0 1 420 141 107
Binary 10111010 1101101 11111101 11010 111001 0 1 100010000 1100001 1000111

Color Harmonies of #BA6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DFD

Black with #BA6DFD

Text Example


Text Example

White with #BA6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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