Html Css Color HEX #BA6FFD Heliotrope

📋 copy color: '#BA6FFD'

red 186 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #BA6FFD

Tints of Heliotrope #BA6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

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

R = 33.82%
G = 20.18%
B = 46%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA6FFD (or 0xBA6FFD) is known color: Heliotrope. HEX triplet: BA, 6F and FD. RGB value is (186,111,253). Sum of RGB (Red+Green+Blue) = 186+111+253=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FFD is #459002. Grayscale: #959595. Windows color (decimal): -4558851 or 16609210. OLE color: 16609210.

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

Color convert

RGB 186 111 253 -
CMYK 0.26 0.56 0 0.01
HSL 271.69º 0.97% 0.71% -
HSV(B) 271.69º 0.56% 0.99% -
XYZ 43.66 28.9 96.21 -
YUV 149.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 186 111 253 0.26 0.56 0 0.01 271.69 0.97 0.71
Hex BA 6F FD 1A 38 0 1 110 61 47
Octal 272 157 375 32 70 0 1 420 141 107
Binary 10111010 1101111 11111101 11010 111000 0 1 100010000 1100001 1000111

Color Harmonies of #BA6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FFD

Black with #BA6FFD

Text Example


Text Example

White with #BA6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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