Html Css Color HEX #BA5EFD Heliotrope

📋 copy color: '#BA5EFD'

red 186 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #BA5EFD

Tints of Heliotrope #BA5EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.64%

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

R = 34.9%
G = 17.64%
B = 47.47%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA5EFD (or 0xBA5EFD) is known color: Heliotrope. HEX triplet: BA, 5E and FD. RGB value is (186,94,253). Sum of RGB (Red+Green+Blue) = 186+94+253=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EFD is #45A102. Grayscale: #8B8B8B. Windows color (decimal): -4563203 or 16604858. OLE color: 16604858.

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

Color convert

RGB 186 94 253 -
CMYK 0.26 0.63 0 0.01
HSL 274.72º 0.98% 0.68% -
HSV(B) 274.72º 0.63% 0.99% -
XYZ 41.98 25.54 95.64 -
YUV 139.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 186 94 253 0.26 0.63 0 0.01 274.72 0.98 0.68
Hex BA 5E FD 1A 3F 0 1 113 62 44
Octal 272 136 375 32 77 0 1 423 142 104
Binary 10111010 1011110 11111101 11010 111111 0 1 100010011 1100010 1000100

Color Harmonies of #BA5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EFD

Black with #BA5EFD

Text Example


Text Example

White with #BA5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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