Html Css Color HEX #BA64FD Heliotrope

📋 copy color: '#BA64FD'

red 186 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #BA64FD

Tints of Heliotrope #BA64FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.55%

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

R = 34.51%
G = 18.55%
B = 46.94%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA64FD (or 0xBA64FD) is known color: Heliotrope. HEX triplet: BA, 64 and FD. RGB value is (186,100,253). Sum of RGB (Red+Green+Blue) = 186+100+253=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64FD is #459B02. Grayscale: #8E8E8E. Windows color (decimal): -4561667 or 16606394. OLE color: 16606394.

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

Color convert

RGB 186 100 253 -
CMYK 0.26 0.60 0 0.01
HSL 273.73º 0.97% 0.69% -
HSV(B) 273.73º 0.6% 0.99% -
XYZ 42.54 26.65 95.83 -
YUV 143.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 186 100 253 0.26 0.60 0 0.01 273.73 0.97 0.69
Hex BA 64 FD 1A 3C 0 1 112 61 45
Octal 272 144 375 32 74 0 1 422 141 105
Binary 10111010 1100100 11111101 11010 111100 0 1 100010010 1100001 1000101

Color Harmonies of #BA64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64FD

Black with #BA64FD

Text Example


Text Example

White with #BA64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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