Html Css Color HEX #BA7EFE Heliotrope

📋 copy color: '#BA7EFE'

red 186 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #BA7EFE

Tints of Heliotrope #BA7EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.26%

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

R = 32.86%
G = 22.26%
B = 44.88%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA7EFE (or 0xBA7EFE) is known color: Heliotrope. HEX triplet: BA, 7E and FE. RGB value is (186,126,254). Sum of RGB (Red+Green+Blue) = 186+126+254=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA7EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFE is #458101. Grayscale: #9E9E9E. Windows color (decimal): -4555010 or 16678586. OLE color: 16678586.

HSL color Cylindrical-coordinate representation of color #BA7EFE: hue angle of 268.12º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7EFE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 126 254 -
CMYK 0.27 0.50 0 0.00
HSL 268.13º 0.98% 0.75% -
HSV(B) 268.13º 0.5% 1% -
XYZ 45.6 32.52 97.64 -
YUV 158.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 186 126 254 0.27 0.50 0 0.00 268.13 0.98 0.75
Hex BA 7E FE 1B 32 0 0 10C 62 4B
Octal 272 176 376 33 62 0 0 414 142 113
Binary 10111010 1111110 11111110 11011 110010 0 0 100001100 1100010 1001011

Color Harmonies of #BA7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EFE

Black with #BA7EFE

Text Example


Text Example

White with #BA7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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