Html Css Color HEX #BA7EFF Heliotrope

📋 copy color: '#BA7EFF'

red 186 ◦ green 126 ◦ blue 255

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

Shades of Heliotrope #BA7EFF

Tints of Heliotrope #BA7EFF

RGB

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

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

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

R = 32.8%
G = 22.22%
B = 44.97%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA7EFF (or 0xBA7EFF) is known color: Heliotrope. HEX triplet: BA, 7E and FF. RGB value is (186,126,255). Sum of RGB (Red+Green+Blue) = 186+126+255=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFF is #458100. Grayscale: #9E9E9E. Windows color (decimal): -4555009 or 16744122. OLE color: 16744122.

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

Color convert

RGB 186 126 255 -
CMYK 0.27 0.51 0 0
HSL 267.91º 1% 0.75% -
HSV(B) 267.91º 0.51% 1% -
XYZ 45.76 32.58 98.48 -
YUV 158.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 186 126 255 0.27 0.51 0 0 267.91 1 0.75
Hex BA 7E FF 1B 33 0 0 10C 64 4B
Octal 272 176 377 33 63 0 0 414 144 113
Binary 10111010 1111110 11111111 11011 110011 0 0 100001100 1100100 1001011

Color Harmonies of #BA7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EFF

Black with #BA7EFF

Text Example


Text Example

White with #BA7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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