Html Css Color HEX #BA5EFF Heliotrope

📋 copy color: '#BA5EFF'

red 186 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #BA5EFF

Tints of Heliotrope #BA5EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 34.77%
G = 17.57%
B = 47.66%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA5EFF (or 0xBA5EFF) is known color: Heliotrope. HEX triplet: BA, 5E and FF. RGB value is (186,94,255). Sum of RGB (Red+Green+Blue) = 186+94+255=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EFF is #45A100. Grayscale: #8B8B8B. Windows color (decimal): -4563201 or 16735930. OLE color: 16735930.

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

Color convert

RGB 186 94 255 -
CMYK 0.27 0.63 0 0
HSL 274.29º 1% 0.68% -
HSV(B) 274.29º 0.63% 1% -
XYZ 42.3 25.66 97.33 -
YUV 139.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 186 94 255 0.27 0.63 0 0 274.29 1 0.68
Hex BA 5E FF 1B 3F 0 0 112 64 44
Octal 272 136 377 33 77 0 0 422 144 104
Binary 10111010 1011110 11111111 11011 111111 0 0 100010010 1100100 1000100

Color Harmonies of #BA5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EFF

Black with #BA5EFF

Text Example


Text Example

White with #BA5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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