Html Css Color HEX #BA63FD Heliotrope

📋 copy color: '#BA63FD'

red 186 ◦ green 99 ◦ blue 253

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

Shades of Heliotrope #BA63FD

Tints of Heliotrope #BA63FD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.4%

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

R = 34.57%
G = 18.4%
B = 47.03%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA63FD (or 0xBA63FD) is known color: Heliotrope. HEX triplet: BA, 63 and FD. RGB value is (186,99,253). Sum of RGB (Red+Green+Blue) = 186+99+253=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA63FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63FD is #459C02. Grayscale: #8E8E8E. Windows color (decimal): -4561923 or 16606138. OLE color: 16606138.

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

Color convert

RGB 186 99 253 -
CMYK 0.26 0.61 0 0.01
HSL 273.9º 0.97% 0.69% -
HSV(B) 273.9º 0.61% 0.99% -
XYZ 42.44 26.45 95.8 -
YUV 142.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 186 99 253 0.26 0.61 0 0.01 273.9 0.97 0.69
Hex BA 63 FD 1A 3D 0 1 112 61 45
Octal 272 143 375 32 75 0 1 422 141 105
Binary 10111010 1100011 11111101 11010 111101 0 1 100010010 1100001 1000101

Color Harmonies of #BA63FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63FD

Black with #BA63FD

Text Example


Text Example

White with #BA63FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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