Html Css Color HEX #BA5BFE Heliotrope

📋 copy color: '#BA5BFE'

red 186 ◦ green 91 ◦ blue 254

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

Shades of Heliotrope #BA5BFE

Tints of Heliotrope #BA5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.14%

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

R = 35.03%
G = 17.14%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA5BFE (or 0xBA5BFE) is known color: Heliotrope. HEX triplet: BA, 5B and FE. RGB value is (186,91,254). Sum of RGB (Red+Green+Blue) = 186+91+254=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BFE is #45A401. Grayscale: #898989. Windows color (decimal): -4563970 or 16669626. OLE color: 16669626.

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

Color convert

RGB 186 91 254 -
CMYK 0.27 0.64 0 0.00
HSL 274.97º 0.99% 0.68% -
HSV(B) 274.97º 0.64% 1% -
XYZ 41.88 25.08 96.4 -
YUV 137.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 186 91 254 0.27 0.64 0 0.00 274.97 0.99 0.68
Hex BA 5B FE 1B 40 0 0 113 63 44
Octal 272 133 376 33 100 0 0 423 143 104
Binary 10111010 1011011 11111110 11011 1000000 0 0 100010011 1100011 1000100

Color Harmonies of #BA5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BFE

Black with #BA5BFE

Text Example


Text Example

White with #BA5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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