Html Css Color HEX #BA5DFD Heliotrope

📋 copy color: '#BA5DFD'

red 186 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #BA5DFD

Tints of Heliotrope #BA5DFD

RGB

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

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

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

R = 34.96%
G = 17.48%
B = 47.56%

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

#BA5DFD (or 0xBA5DFD) is known color: Heliotrope. HEX triplet: BA, 5D and FD. RGB value is (186,93,253). Sum of RGB (Red+Green+Blue) = 186+93+253=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA5DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DFD is #45A202. Grayscale: #8A8A8A. Windows color (decimal): -4563459 or 16604602. OLE color: 16604602.

HSL color Cylindrical-coordinate representation of color #BA5DFD: hue angle of 274.88º 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 #BA5DFD is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 93 253 -
CMYK 0.26 0.63 0 0.01
HSL 274.88º 0.98% 0.68% -
HSV(B) 274.88º 0.63% 0.99% -
XYZ 41.89 25.36 95.62 -
YUV 139.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 186 93 253 0.26 0.63 0 0.01 274.88 0.98 0.68
Hex BA 5D FD 1A 3F 0 1 113 62 44
Octal 272 135 375 32 77 0 1 423 142 104
Binary 10111010 1011101 11111101 11010 111111 0 1 100010011 1100010 1000100

Color Harmonies of #BA5DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DFD

Black with #BA5DFD

Text Example


Text Example

White with #BA5DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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