Html Css Color HEX #BA5DFE Heliotrope

📋 copy color: '#BA5DFE'

red 186 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #BA5DFE

Tints of Heliotrope #BA5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.45%

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

R = 34.9%
G = 17.45%
B = 47.65%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA5DFE (or 0xBA5DFE) is known color: Heliotrope. HEX triplet: BA, 5D and FE. RGB value is (186,93,254). Sum of RGB (Red+Green+Blue) = 186+93+254=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DFE is #45A201. Grayscale: #8A8A8A. Windows color (decimal): -4563458 or 16670138. OLE color: 16670138.

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

Color convert

RGB 186 93 254 -
CMYK 0.27 0.63 0 0.00
HSL 274.66º 0.99% 0.68% -
HSV(B) 274.66º 0.63% 1% -
XYZ 42.05 25.42 96.46 -
YUV 139.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 186 93 254 0.27 0.63 0 0.00 274.66 0.99 0.68
Hex BA 5D FE 1B 3F 0 0 113 63 44
Octal 272 135 376 33 77 0 0 423 143 104
Binary 10111010 1011101 11111110 11011 111111 0 0 100010011 1100011 1000100

Color Harmonies of #BA5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DFE

Black with #BA5DFE

Text Example


Text Example

White with #BA5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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